Skip to content

Commit

Permalink
Bump test versions for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Aug 14, 2024
1 parent 7aa97df commit 54d74d2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
matrix:
os: ["ubuntu-20.04"]
elixir: ["1.16"]
otp: ["26"]
elixir: ["1.17"]
otp: ["27"]
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand All @@ -41,8 +41,13 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-20.04"]
elixir: ["1.16", "1.15", "1.14"]
otp: ["26", "25", "24"]
elixir: ["1.17", "1.16", "1.15", "1.14"]
otp: ["27", "26", "25", "24"]
exclude:
- elixir: "1.14"
otp: "27"
- elixir: "1.17"
otp: "24"
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 54d74d2

Please sign in to comment.