File tree 2 files changed +7
-12
lines changed
2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
- windows-latest
18
18
19
19
php :
20
- - " 7.3 "
21
- - " 7.4 "
22
- - " 8.0 "
20
+ - " 8.2 "
21
+ - " 8.3 "
22
+ - " 8.4 "
23
23
24
24
steps :
25
25
- name : Checkout
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v4
27
27
28
28
- name : Install PHP with extensions
29
29
uses : shivammathur/setup-php@v2
32
32
extensions : dom, json, mbstring
33
33
ini-values : assert.exception=1, zend.assertions=1
34
34
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
35
- name : Install composer dependencies
40
- if : matrix.php != '8.0'
41
36
run : composer update --no-ansi --no-interaction --no-progress --no-suggest
42
37
43
38
- name : Run tests with phpunit
Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"require" : {
17
- "php" : " ^7.3 || ^8.0 "
17
+ "php" : " ^8.2 "
18
18
},
19
19
"require-dev" : {
20
- "phpunit/phpunit" : " ^9.0 " ,
21
- "symfony/phpunit-bridge" : " ^4 .0"
20
+ "phpunit/phpunit" : " ^11.5.6 " ,
21
+ "symfony/phpunit-bridge" : " ^v7.2 .0"
22
22
},
23
23
"autoload" : {
24
24
"psr-4" : {
You can’t perform that action at this time.
0 commit comments