We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0980b31 + f3ae7b9 commit 38fd539Copy full SHA for 38fd539
1 file changed
.github/workflows/tests.yml
@@ -4,7 +4,6 @@ on:
4
push:
5
branches: master
6
pull_request:
7
- branches: [ master ]
8
9
jobs:
10
integrations_tests:
@@ -21,12 +20,15 @@ jobs:
21
20
22
# Docker images of MySQL-compliant databases to run the tests suite on
23
database:
24
- - "mysql:5.7.30"
25
- - "mysql:8.0.20"
+ # https://hub.docker.com/_/mysql?tab=tags
+ - "mysql:5.7.32"
+ - "mysql:8.0.22"
26
+ # https://hub.docker.com/_/mariadb?tab=tags
27
- "mariadb:10.1"
28
- "mariadb:10.2"
29
- "mariadb:10.5"
- - "percona:8.0.19-10"
30
+ # https://hub.docker.com/_/percona?tab=tags
31
+ - "percona:8.0.22-13"
32
33
services:
34
mysql:
0 commit comments