File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,16 @@ jobs:
11
11
include :
12
12
- operating-system : ' ubuntu-latest'
13
13
php-version : ' 8.1'
14
+ extensions : uv, eio
14
15
15
16
- operating-system : ' ubuntu-latest'
16
17
php-version : ' 8.2'
18
+ extensions : uv, eio
17
19
18
20
- operating-system : ' ubuntu-latest'
19
21
php-version : ' 8.3'
22
+ extensions : uv
23
+ style-fix : none
20
24
static-analysis : none
21
25
22
26
- operating-system : ' windows-latest'
26
30
27
31
- operating-system : ' macos-latest'
28
32
php-version : ' 8.3'
33
+ extensions : uv
29
34
job-description : ' on macOS'
35
+ style-fix : none
30
36
static-analysis : none
31
37
32
38
53
59
uses : shivammathur/setup-php@v2
54
60
with :
55
61
php-version : ${{ matrix.php-version }}
56
- extensions : eio-beta, uv-amphp/ext-uv@master
62
+ extensions : ${{ matrix.extensions }}
57
63
58
64
- name : Get Composer cache directory
59
65
id : composer-cache
91
97
env :
92
98
PHP_CS_FIXER_IGNORE_ENV : 1
93
99
run : vendor/bin/php-cs-fixer --diff --dry-run -v fix
94
- if : runner.os != 'Windows'
100
+ if : runner.os != 'Windows' && matrix.style-fix != 'none'
95
101
96
102
- name : Install composer-require-checker
97
103
run : php -r 'file_put_contents("composer-require-checker.phar", file_get_contents("https://github.com/maglnet/ComposerRequireChecker/releases/download/3.7.0/composer-require-checker.phar"));'
You can’t perform that action at this time.
0 commit comments