Skip to content

Commit

Permalink
Use loose version numbers for OTP and Elixir on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkreeftmeijer committed Jun 18, 2024
1 parent 3c34e31 commit 072cc76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
strategy:
matrix:
otp:
- 27.0
- 27.x
elixir:
- 1.17.1
- 1.17.x
include:
- otp: master
elixir: main
Expand Down

0 comments on commit 072cc76

Please sign in to comment.