Skip to content

Commit c864646

Browse files
committed
run CI against PHP 8.5
1 parent 05dc104 commit c864646

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-version: ['8.1', '8.4']
17+
php-version: ['8.1', '8.5']
1818
db-type: [sqlite, mysql, pgsql]
1919
prefer-lowest: ['']
2020
include:
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Setup MySQL latest
30-
if: matrix.db-type == 'mysql' && matrix.php-version == '8.4'
30+
if: matrix.db-type == 'mysql' && matrix.php-version == '8.5'
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)