Skip to content

Commit

Permalink
chore: use less strict versions on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveigah committed Oct 27, 2024
1 parent 62ee6ef commit fe8bf79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
matrix:
include:
- elixir: 1.17.0
otp: 27.1.2
otp: 27
- elixir: 1.16.3
otp: 26.1.2
otp: 26
- elixir: 1.15.6
otp: 24.3.4.13
otp: 24
- elixir: 1.11.4
otp: 21.3.8.24
otp: 21
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit fe8bf79

Please sign in to comment.