Skip to content

Commit

Permalink
chg: [CI] remove older elixir versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gallypette committed May 21, 2024
1 parent 9ba07ae commit 1edcb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
otp: ["24.x"]
elixir: ["1.12.3", "1.13.3", "1.14.3", "1.15.3", "1.16.3"]
elixir: ["1.16.3"]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 1edcb51

Please sign in to comment.