Skip to content

Commit

Permalink
add: update ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
rhblind committed Oct 11, 2023
1 parent 6422f2c commit fbc402a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/elixir.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
strategy:
fail-fast: true
matrix:
otp: ["24.3", "25.1"]
elixir: ["1.13.4", "1.14.1"]
include:
- pair:
elixir: "1.15.6"
otp: ["24.3", "25.1", "26.1"]
- pair:
elixir: "1.14.5"
otp: ["24.3", "25.1"]
steps:
- uses: actions/checkout@v3
- name: Set up Elixir
Expand Down

0 comments on commit fbc402a

Please sign in to comment.