Skip to content

Commit e842703

Browse files
authored
Run CI against PHP 8.4
Signed-off-by: Matthew Peveler <[email protected]>
1 parent 411d94a commit e842703

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)