Skip to content

Commit

Permalink
attempt otp26
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Mar 15, 2024
1 parent f5540e0 commit b18f6b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [24, 25]
elixir: ["1.13", "1.14", "1.15", "1.16"]
otp: [24, 25, 26]
elixir: ["1.14", "1.15", "1.16"]
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand All @@ -31,8 +31,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [24]
elixir: ["1.15"]
otp: [26]
elixir: ["1.16"]
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit b18f6b9

Please sign in to comment.