Skip to content

Commit

Permalink
Fix MySQL CI (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski committed May 26, 2024
1 parent be2baf0 commit 14281b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
elixirbase:
- "1.11.4-erlang-21.3.8.24-alpine-3.13.3"
- "1.11.4-erlang-23.3.4.9-alpine-3.16.9"
postgres:
- "16.2-alpine"
- "11.11-alpine"
Expand All @@ -71,7 +71,7 @@ jobs:
fail-fast: false
matrix:
elixirbase:
- "1.11.4-erlang-21.3.8.24-alpine-3.13.3"
- "1.11.4-erlang-23.3.4.9-alpine-3.16.9"
mysql:
- "5.7"
- "8.0"
Expand All @@ -88,7 +88,7 @@ jobs:
fail-fast: false
matrix:
elixirbase:
- "1.11.4-erlang-21.3.8.24-alpine-3.13.3"
- "1.11.4-erlang-23.3.4.9-alpine-3.16.9"
mssql:
- "2017"
- "2019"
Expand Down

0 comments on commit 14281b0

Please sign in to comment.