File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,20 +14,20 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- php-version : ['8.1', '8.2', '8.3 ']
17+ php-version : ['8.1', '8.4 ']
1818 db-type : [sqlite, mysql, pgsql]
1919 prefer-lowest : ['']
2020 include :
21- - php-version : ' 8.3 '
22- db-type : sqlite
21+ - php-version : ' 8.2 '
22+ db-type : mysql
2323 prefer-lowest : ' '
2424 - php-version : ' 8.1'
2525 db-type : sqlite
2626 prefer-lowest : prefer-lowest
2727
2828 steps :
2929 - name : Setup MySQL latest
30- if : matrix.db-type == 'mysql' && matrix.php-version == '8.3 '
30+ if : matrix.db-type == 'mysql' && matrix.php-version == '8.4 '
3131 run : docker run --rm --name=mysqld -e MYSQL_ROOT_PASSWORD=root -e MYSQL_DATABASE=cakephp -p 3306:3306 -d mysql:8.4
3232
3333 - name : Setup MySQL 8.0
You can’t perform that action at this time.
0 commit comments