Skip to content

Commit e3e7b85

Browse files
authored
Update mysql.yml
1 parent 5e7ae11 commit e3e7b85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
tag: [8.0, 8.1, 8.2, latest]
15+
tag: [8.0, 8.1, 8.2, 9, latest]
1616
services:
1717
mysql:
1818
image: mysql:${{ matrix.tag }}

0 commit comments

Comments
 (0)