Skip to content

Commit

Permalink
Add latest MySQL version explicitly to build runs
Browse files Browse the repository at this point in the history
  • Loading branch information
sjp authored Nov 15, 2023
1 parent 98613c4 commit 4f289e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [8.0, 8.1, latest]
tag: [8.0, 8.1, 8.2, latest]
services:
mysql:
image: mysql:${{ matrix.tag }}
Expand Down

0 comments on commit 4f289e0

Please sign in to comment.