Skip to content

Commit

Permalink
Testing: Specify MySQL8.3; rucio#6747
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimaio committed May 2, 2024
1 parent 2c389be commit 595afe9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/docker/dev/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ services:
- POSTGRES_PASSWORD=rucio
command: ["-c", "fsync=off","-c", "synchronous_commit=off","-c", "full_page_writes=off"]
mysql8:
image: docker.io/mysql:8
image: docker.io/mysql:8.3
platform: linux/amd64
profiles:
- mysql8
Expand Down
2 changes: 1 addition & 1 deletion etc/docker/test/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ suites:
- id: remote_dbs
RDBMS:
- oracle
- mysql8
- mysql8.3
- postgres14
services:
- influxdb_elastic
Expand Down
2 changes: 1 addition & 1 deletion etc/docker/test/matrix_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ suites:
- id: remote_dbs
RDBMS:
- oracle
- mysql8
- mysql8.3
- postgres14
services:
- influxdb_elastic
Expand Down

0 comments on commit 595afe9

Please sign in to comment.