Skip to content

Commit

Permalink
Remove mysql 5.7 from macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn authored Sep 12, 2024
1 parent e916d13 commit 5310221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
mysql: ["5.7", "8.0"]
mysql: ["8.0", "8.4"]
steps:
- uses: actions/checkout@v4
- name: Setup MySQL
Expand Down

0 comments on commit 5310221

Please sign in to comment.