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 f369b24
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 @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [22.x, 23.x, 24.x]
elixir: [1.10.x, 1.11.x]
otp: [24.x, 25.x, 26.x, 27.x]
elixir: [1.15, 1.16, 1.17]
steps:
- uses: actions/checkout@v2
- name: Set up Elixir
Expand Down

0 comments on commit f369b24

Please sign in to comment.