File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,13 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php-version : ['8.1', '8.2', '8.3', '8.4' ]
16
+ php-version : ['8.1', '8.2', '8.3']
17
17
experimental : [false]
18
18
composer_args : [""]
19
19
include :
20
+ - php-version : 8.4
21
+ experimental : false
22
+ composer_args : " --ignore-platform-reqs"
20
23
- php-version : 8.5
21
24
experimental : true
22
25
composer_args : " --ignore-platform-reqs"
96
99
- name : Install dependencies
97
100
id : composer
98
101
if : steps.composer-cache.outputs.cache-hit != 'true'
99
- run : composer install --prefer-dist --no-progress --no-suggest ${{ matrix.composer_args }}
102
+ run : composer install --prefer-dist --no-progress ${{ matrix.composer_args }}
100
103
101
104
- name : Check Style
102
105
id : style
You can’t perform that action at this time.
0 commit comments