File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 22
22
- name : Setup PHP
23
23
uses : shivammathur/setup-php@v2
24
24
with :
25
- php-version : ' 8.1 '
25
+ php-version : ' 8.2 '
26
26
27
27
- name : Install dependencies
28
28
run : composer update --no-progress --no-interaction --prefer-dist
40
40
- name : Setup PHP
41
41
uses : shivammathur/setup-php@v2
42
42
with :
43
- php-version : ' 8.2 '
43
+ php-version : ' 8.3 '
44
44
45
45
- name : Install dependencies
46
46
run : composer update --no-progress --no-interaction --prefer-dist
58
58
- name : Setup PHP
59
59
uses : shivammathur/setup-php@v2
60
60
with :
61
- php-version : ' 8.2 '
61
+ php-version : ' 8.3 '
62
62
63
63
- name : Install dependencies
64
64
run : composer update --no-progress --no-interaction --prefer-dist
Original file line number Diff line number Diff line change 27
27
- ' 8.0'
28
28
- ' 8.1'
29
29
- ' 8.2'
30
+ - ' 8.3'
30
31
symfony-version :
31
32
- 4.4.*
32
33
- 5.*
@@ -102,9 +103,7 @@ jobs:
102
103
- php : ' 8.0'
103
104
dependencies : lowest
104
105
symfony-version : 4.4.*
105
- - php : ' 8.1'
106
- dependencies : highest
107
- - php : ' 8.2'
106
+ - php : ' 8.3'
108
107
dependencies : highest
109
108
110
109
steps :
You can’t perform that action at this time.
0 commit comments