We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7ae11 commit e3e7b85Copy full SHA for e3e7b85
.github/workflows/mysql.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
fail-fast: false
14
matrix:
15
- tag: [8.0, 8.1, 8.2, latest]
+ tag: [8.0, 8.1, 8.2, 9, latest]
16
services:
17
mysql:
18
image: mysql:${{ matrix.tag }}
0 commit comments