Skip to content

Commit

Permalink
Test with Elixir 1.15 and OTP 26
Browse files Browse the repository at this point in the history
  • Loading branch information
danschultzer committed Aug 16, 2023
1 parent 09244ba commit 441808c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,29 @@ jobs:
- '1.12.3'
- '1.13.4'
- '1.14.3'
- '1.15.4'
otp:
- '23.3'
- '24.3'
- '25.3'
- '26.0'

exclude:
- elixir: '1.12.3'
otp: '25.3'

- elixir: '1.12.3'
otp: '26.0'

- elixir: '1.13.4'
otp: '26.0'

- elixir: '1.14.3'
otp: '26.0'

- elixir: '1.15.4'
otp: '23.3'

steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -87,7 +101,7 @@ jobs:
MIX_ENV: prod

- name: Check source code formatting
if: ${{ matrix.elixir > '1.12.0' }}
if: ${{ matrix.elixir > '1.15.0' }}
run: mix format --check-formatted

- name: Get results in short format
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.14.3-otp-25
erlang 25.2.2
elixir 1.15.4-otp-26
erlang 26.0.2

0 comments on commit 441808c

Please sign in to comment.