Skip to content

Commit 38fd539

Browse files
authored
Merge pull request #202 from macbre/ci-databases-update
Update databases used in integration tests
2 parents 0980b31 + f3ae7b9 commit 38fd539

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: master
66
pull_request:
7-
branches: [ master ]
87

98
jobs:
109
integrations_tests:
@@ -21,12 +20,15 @@ jobs:
2120

2221
# Docker images of MySQL-compliant databases to run the tests suite on
2322
database:
24-
- "mysql:5.7.30"
25-
- "mysql:8.0.20"
23+
# https://hub.docker.com/_/mysql?tab=tags
24+
- "mysql:5.7.32"
25+
- "mysql:8.0.22"
26+
# https://hub.docker.com/_/mariadb?tab=tags
2627
- "mariadb:10.1"
2728
- "mariadb:10.2"
2829
- "mariadb:10.5"
29-
- "percona:8.0.19-10"
30+
# https://hub.docker.com/_/percona?tab=tags
31+
- "percona:8.0.22-13"
3032

3133
services:
3234
mysql:

0 commit comments

Comments
 (0)