File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 18
18
- operating-system : ' ubuntu-latest'
19
19
php-version : ' 8.3'
20
20
21
+ - operating-system : ' ubuntu-latest'
22
+ php-version : ' 8.4'
23
+ static-analysis : none
24
+ style-fix : none
25
+ composer-require-checker-version : none
26
+
21
27
- operating-system : ' windows-latest'
22
28
php-version : ' 8.3'
23
29
job-description : ' on Windows'
@@ -70,11 +76,13 @@ jobs:
70
76
71
77
- name : Run static analysis
72
78
run : vendor/bin/psalm.phar
79
+ if : matrix.static-analysis != 'none'
73
80
74
81
- name : Run style fixer
75
82
env :
76
83
PHP_CS_FIXER_IGNORE_ENV : 1
77
84
run : vendor/bin/php-cs-fixer --diff --dry-run -v fix
85
+ if : runner.os != 'Windows' && matrix.style-fix != 'none'
78
86
79
87
- name : Install composer-require-checker
80
88
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