Skip to content

Commit 675c946

Browse files
authored
Add support for PHP 8.5 in CI workflow
1 parent 93a55eb commit 675c946

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 3.x
77
- 4.x
88
- 4.next
9+
- 5.x
910
pull_request:
1011
branches:
1112
- '*'
@@ -20,7 +21,7 @@ jobs:
2021
strategy:
2122
fail-fast: false
2223
matrix:
23-
php-version: ['8.2', '8.4']
24+
php-version: ['8.2', '8.5']
2425
db-type: [mariadb, mysql, pgsql, sqlite]
2526
prefer-lowest: ['']
2627
include:

0 commit comments

Comments
 (0)