File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : ['7.4 ', '8.0 ', '8.1 ', '8.2 ']
13
+ php : ['8.1 ', '8.2 ', '8.3 ', '8.4 ']
14
14
15
15
name : PHP ${{ matrix.php }} tests
16
16
17
17
steps :
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
20
20
- uses : shivammathur/setup-php@v2
21
21
with :
24
24
25
25
- run : php Tests/fix_composer_json.php
26
26
27
- - uses : " ramsey/composer-install@v1 "
27
+ - uses : " ramsey/composer-install@v3 "
28
28
with :
29
29
composer-options : " --prefer-source"
30
30
Original file line number Diff line number Diff line change 10
10
"enqueue/enqueue" : " ^0.10" ,
11
11
"queue-interop/amqp-interop" : " ^0.8.2" ,
12
12
"queue-interop/queue-interop" : " ^0.8" ,
13
- "symfony/config" : " ^5.4|^6 .0"
13
+ "symfony/config" : " ^6.0|^7 .0"
14
14
},
15
15
"require-dev" : {
16
16
"phpunit/phpunit" : " ^9.5" ,
You can’t perform that action at this time.
0 commit comments