Skip to content

Commit

Permalink
fix: remove older otp versions from build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Mar 18, 2024
1 parent 973301d commit ede319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp: [25.1.2, 26.0.1, 26.2.1, 26.2.3]
otp: [26.2.3]
alpine: [3.19.1]
latest: [false]
include:
Expand Down

0 comments on commit ede319a

Please sign in to comment.