Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ckoch-cars committed Oct 9, 2024
1 parent 44444bc commit fbbf6d4
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,25 @@ jobs:
fail-fast: false
matrix:
db:
- mysql:5.6
- mysql:5.7
- mysql:8.0
- mariadb:10.3
- mysql:8.4
- mariadb:10.11
pair:
- elixir: 1.11.3
otp: 23.2.5
- elixir: 1.16.2
# - elixir: 1.16
# otp: 26
- elixir: 1.16.3
otp: 26.2.5
include:
- db: mysql:8.0
- db: mysql:8.4
pair:
elixir: 1.16.2
elixir: 1.16.3
otp: 26.2.5
lint: lint

- db: mysql:8.0
pair:
elixir: 1.7.4
otp: 21.3.8.24
# - db: mysql:8.4
# pair:
# elixir: 1.7.4
# otp: 21.3.8.24
env:
MIX_ENV: test
DB: ${{ matrix.db }}
Expand Down

0 comments on commit fbbf6d4

Please sign in to comment.