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:
3838 strategy :
3939 fail-fast : false
4040 matrix :
41- php-version : ['8.1', '8.2 ']
41+ php-version : ['8.1', '8.3 ']
4242 include :
4343 - php-version : ' 8.1'
4444 dependency-version : ' lowest'
45- - php-version : ' 8.2 '
45+ - php-version : ' 8.3 '
4646 dependency-version : ' highest'
4747
4848 services :
Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ jobs:
9090 strategy :
9191 fail-fast : false
9292 matrix :
93- php-version : ['8.1', '8.2 ']
93+ php-version : ['8.1', '8.3 ']
9494 include :
9595 - php-version : ' 8.1'
9696 dependency-version : ' lowest'
97- - php-version : ' 8.2 '
97+ - php-version : ' 8.3 '
9898 dependency-version : ' highest'
9999 component : ${{ fromJson(needs.tests-php-components.outputs.components )}}
100100 exclude :
You can’t perform that action at this time.
0 commit comments