Skip to content

Commit

Permalink
Bump elixir versions in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Jul 25, 2023
1 parent 9214f5d commit f6d6e92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: '1.7.4'
otp: '21.3'
- elixir: '1.13.3'
otp: '24.2'
- elixir: '1.11'
otp: '23.3'
- elixir: '1.15'
otp: '26.0'
check_formatted: true

steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/*.ez
/.fetch
/.tool-versions
/_build/
/cover/
/deps/
Expand Down

0 comments on commit f6d6e92

Please sign in to comment.