Skip to content

Commit 17d5217

Browse files
authored
Run tests on MySQL 9.3 instead of 9.1 (#7001)
| Q | A |------------- | ----------- | Type | improvement | Fixed issues | N/A #### Summary MySQL 9.3 is the latest release. We should test against it.
1 parent e0f651f commit 17d5217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
mysql-version:
163163
- "5.7"
164164
- "8.0" # We have code specific to ^8.0
165-
- "9.1"
165+
- "9.3"
166166
extension:
167167
- "mysqli"
168168
- "pdo_mysql"

0 commit comments

Comments
 (0)