Skip to content

Commit

Permalink
Add CI for OTP 26 & Elixir 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Jul 7, 2023
1 parent fa3da60 commit 6e299d5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
os: ubuntu-20.04
- elixir: 1.14.x
otp: 25
os: ubuntu-22.04
- elixir: 1.15.x
otp: 26
os: ubuntu-latest
warnings_as_errors: true
env:
Expand Down Expand Up @@ -91,8 +94,8 @@ jobs:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
with:
otp-version: 25
elixir-version: 1.14.x
otp-version: 26
elixir-version: 1.15.x
- name: Install Dependencies
run: |
mix local.hex --force
Expand Down

0 comments on commit 6e299d5

Please sign in to comment.