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 @@ -38,11 +38,11 @@ jobs:
38
38
strategy :
39
39
fail-fast : false
40
40
matrix :
41
- php-version : ['8.1', '8.2 ']
41
+ php-version : ['8.1', '8.3 ']
42
42
include :
43
43
- php-version : ' 8.1'
44
44
dependency-version : ' lowest'
45
- - php-version : ' 8.2 '
45
+ - php-version : ' 8.3 '
46
46
dependency-version : ' highest'
47
47
48
48
services :
Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ jobs:
90
90
strategy :
91
91
fail-fast : false
92
92
matrix :
93
- php-version : ['8.1', '8.2 ']
93
+ php-version : ['8.1', '8.3 ']
94
94
include :
95
95
- php-version : ' 8.1'
96
96
dependency-version : ' lowest'
97
- - php-version : ' 8.2 '
97
+ - php-version : ' 8.3 '
98
98
dependency-version : ' highest'
99
99
component : ${{ fromJson(needs.tests-php-components.outputs.components )}}
100
100
exclude :
You can’t perform that action at this time.
0 commit comments