Skip to content

Commit

Permalink
Run integration tests on MariaDB 11.4.
Browse files Browse the repository at this point in the history
This is the latest LTS version.
  • Loading branch information
bgrainger committed Jul 3, 2024
1 parent 32cf84c commit 9feb36c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ MYSQL=mysql
if [[ "$IMAGE" == mariadb* ]]; then
MYSQL_EXTRA='--in-predicate-conversion-threshold=100000'
fi
if [ "$IMAGE" == "mariadb:11.2" ]; then
if [ "$IMAGE" == "mariadb:11.4" ]; then
MYSQL='mariadb'
fi

Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,8 @@ jobs:
image: 'mariadb:10.11'
connectionStringExtra: ''
unsupportedFeatures: 'CachingSha2Password,CancelSleepSuccessfully,Json,RoundDateTime,QueryAttributes,Sha256Password,Tls11,UuidToBin'
'MariaDB 11.2':
image: 'mariadb:11.2'
'MariaDB 11.4':
image: 'mariadb:11.4'
connectionStringExtra: ''
unsupportedFeatures: 'CachingSha2Password,CancelSleepSuccessfully,Json,RoundDateTime,QueryAttributes,Sha256Password,Tls11,UuidToBin'
steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/content/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Server | Versions | Notes
Amazon Aurora RDS | 2.x, 3.x | Use `Pipelining=False` [for Aurora 2.x](https://mysqlconnector.net/troubleshooting/aurora-freeze/)
Azure Database for MySQL | 5.7, 8.0 | Single Server and Flexible Server
Google Cloud SQL for MySQL | 5.6, 5.7, 8.0 |
MariaDB | 10.x (**10.6**, **10.11**), 11.x (**11.2**) |
MariaDB | 10.x (**10.6**, **10.11**), 11.x (**11.4**) |
MySQL | 5.5, 5.6, 5.7, 8.x (**8.0**, **8.4**), **9.0** | 5.5 is EOL and has some [compatibility issues](https://github.com/mysql-net/MySqlConnector/issues/1192); 5.6 and 5.7 are EOL
Percona Server | 5.6, 5.7, 8.0 |
PlanetScale | | See PlanetScale [MySQL compatibility notes](https://planetscale.com/docs/reference/mysql-compatibility)
Expand Down

0 comments on commit 9feb36c

Please sign in to comment.