Skip to content

Commit df919f8

Browse files
authored
Run tests on MySQL 8.4 LTS and 9.4 (#7133)
I'd like to update our CI: * MySQL 8.4 is the current LTS, so we should probably cover it. * MySQL 9.4 is the latest release. * MySQL 9.1 and 9.3 are EOL.
1 parent 1a3c76a commit df919f8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,20 +163,21 @@ jobs:
163163
mysql-version:
164164
- "5.7"
165165
- "8.0" # We have code specific to ^8.0
166-
- "9.3"
166+
- "8.4" # LTS
167+
- "9.4"
167168
extension:
168169
- "mysqli"
169170
- "pdo_mysql"
170171
include:
171172
- config-file-suffix: "-tls"
172173
php-version: "7.4"
173-
mysql-version: "9.1"
174+
mysql-version: "9.4"
174175
extension: "mysqli"
175176
- php-version: "7.4"
176-
mysql-version: "9.1"
177+
mysql-version: "9.4"
177178
extension: "mysqli"
178179
- php-version: "7.4"
179-
mysql-version: "9.1"
180+
mysql-version: "9.4"
180181
extension: "pdo_mysql"
181182

182183
phpunit-mssql:

0 commit comments

Comments
 (0)