Skip to content

Commit

Permalink
ci: add 1.15 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly authored Aug 13, 2023
1 parent 47c66e0 commit fbb1b1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04"]
elixir: ["1.14", "1.13", "1.12"]
os: ["ubuntu-latest"]
elixir: ["1.15", "1.14", "1.13", "1.12"]
otp: ["25", "24", "23"]
exclude:
- elixir: "1.12"
Expand Down

0 comments on commit fbb1b1f

Please sign in to comment.