Skip to content

Commit 657c52f

Browse files
committed
Test MySQL 8.4 LTS compatibility
1 parent 16f167a commit 657c52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
include:
107107
# test higher PHP version with higher MariaDB and MySQL versions
108108
- {php-version: "8.3", db-image: "mariadb:10.11", always: true}
109-
- {php-version: "8.3", db-image: "mysql:8.0", always: true}
109+
- {php-version: "8.3", db-image: "mysql:8.4", always: true}
110110
# test other PHP versions
111111
- {php-version: "8.2", db-image: "mariadb:10.11", always: false}
112112
- {php-version: "8.1", db-image: "mariadb:10.11", always: false}

0 commit comments

Comments
 (0)