File tree Expand file tree Collapse file tree 1 file changed +6
-26
lines changed Expand file tree Collapse file tree 1 file changed +6
-26
lines changed Original file line number Diff line number Diff line change 4
4
pull_request : null
5
5
push :
6
6
branches :
7
- - " 4 .x"
7
+ - " 5 .x"
8
8
9
9
jobs :
10
10
phpunit :
@@ -14,30 +14,10 @@ jobs:
14
14
strategy :
15
15
matrix :
16
16
include :
17
- - php-version : ' 7.1'
18
- symfony-version : ' 4.4.*'
19
-
20
- - php-version : ' 7.4'
21
- symfony-version : ' 4.4.*'
22
- - php-version : ' 7.4'
23
- symfony-version : ' 5.4.*'
24
-
25
- - php-version : ' 8.0'
26
- symfony-version : ' 4.4.*'
27
- - php-version : ' 8.0'
28
- symfony-version : ' 5.4.*'
29
- - php-version : ' 8.0'
30
- symfony-version : ' 6.0.*'
31
-
32
- - php-version : ' 8.1'
33
- symfony-version : ' 5.4.*'
34
- - php-version : ' 8.1'
35
- symfony-version : ' 6.3.*'
36
-
37
- - php-version : ' 8.2'
38
- symfony-version : ' 5.4.*'
39
17
- php-version : ' 8.2'
40
- symfony-version : ' 6.3.*'
18
+ symfony-version : ' 7.0.*'
19
+ - php-version : ' 8.3'
20
+ symfony-version : ' 7.1.*'
41
21
42
22
steps :
43
23
- name : " Checkout"
75
55
uses : shivammathur/setup-php@v2
76
56
with :
77
57
coverage : xdebug
78
- php-version : ' 8.2 '
58
+ php-version : ' 8.3 '
79
59
80
60
- name : " Install dependencies with composer"
81
61
run : composer update --no-interaction --no-progress
101
81
uses : shivammathur/setup-php@v2
102
82
with :
103
83
coverage : xdebug
104
- php-version : ' 8.2 '
84
+ php-version : ' 8.3 '
105
85
106
86
- name : " Install dependencies with composer"
107
87
run : composer update --no-interaction --no-progress
You can’t perform that action at this time.
0 commit comments