Skip to content

Commit

Permalink
run tests on latest version of Elixir/OTP
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmili committed Jun 4, 2024
1 parent eba0605 commit 419ed07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [22.x, 23.x, 24.x]
elixir: [1.10.x, 1.11.x]
otp: ['24.3.4.17', '25.3.2.12', '26.2.5']
elixir: ['1.15.8', '1.16.3']
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down

0 comments on commit 419ed07

Please sign in to comment.