File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,14 @@ jobs:
23
23
fetch-depth : 2
24
24
25
25
- name : Setup PHP with composer and extensions
26
- if : ${{ matrix.php =< '8.3' }}
27
26
uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
28
27
with :
29
28
php-version : ${{ matrix.php }}
30
29
coverage : xdebug
31
30
tools : none
32
31
33
- - name : Setup PHP with composer and extensions (PHP 8.4)
34
- if : ${{ matrix.php >= '8.4' }}
35
- uses : shivammathur/setup-php@v2 # https://github.com/shivammathur/setup-php
36
- with :
37
- php-version : ${{ matrix.php }}
38
- coverage : none
39
- tools : none
40
-
41
32
- name : " Install Composer dependencies"
42
- if : ${{ matrix.php =< '8.3' }}
33
+ if : ${{ matrix.php <= '8.3' }}
43
34
uses : " ramsey/composer-install@v2"
44
35
45
36
- name : " Install Composer dependencies (PHP 8.4)"
You can’t perform that action at this time.
0 commit comments