Skip to content

Commit

Permalink
bump mysql CI to 9.1.0 (aws#1939)
Browse files Browse the repository at this point in the history
### Issues:
Addresses P162082038

### Description of changes: 
Bump the CI to use MySQL 9.1.0

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license and the ISC license.
  • Loading branch information
justsmth authored Oct 23, 2024
1 parent 67cc5c4 commit 460a9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ci/integration/run_mysql_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -exu

source tests/ci/common_posix_setup.sh

MYSQL_VERSION_TAG="mysql-cluster-9.0.1"
MYSQL_VERSION_TAG="mysql-cluster-9.1.0"
# This directory is specific to the docker image used. Use -DDOWNLOAD_BOOST=1 -DWITH_BOOST=<directory>
# with mySQL to download a compatible boost version locally.
BOOST_INSTALL_FOLDER=/home/dependencies/boost
Expand Down

0 comments on commit 460a9dd

Please sign in to comment.