File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ jobs:
17
17
- windows-latest
18
18
19
19
php :
20
- - " 7.3 "
20
+ - " 7.2 "
21
21
- " 7.4"
22
22
- " 8.0"
23
+ - " 8.4"
23
24
24
25
steps :
25
26
- name : Checkout
26
- uses : actions/checkout@v2
27
+ uses : actions/checkout@v4
27
28
28
29
- name : Install PHP with extensions
29
30
uses : shivammathur/setup-php@v2
32
33
extensions : dom, json, mbstring
33
34
ini-values : assert.exception=1, zend.assertions=1
34
35
35
- - name : Install composer dependencies ignoring platform requirements
36
- if : matrix.php == '8.0'
37
- run : composer install --no-ansi --no-interaction --no-progress --no-suggest --ignore-platform-reqs
38
-
39
36
- name : Install composer dependencies
40
- if : matrix.php != '8.0'
41
37
run : composer update --no-ansi --no-interaction --no-progress --no-suggest
42
38
43
39
- name : Run tests with phpunit
You can’t perform that action at this time.
0 commit comments