Skip to content

Commit

Permalink
Bump CI versions
Browse files Browse the repository at this point in the history
Some stuff is so old that containers no longer contain library versions
required to run dependencies.
  • Loading branch information
ferd committed Aug 29, 2024
1 parent b80be93 commit a7f33b3
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 @@ -15,7 +15,7 @@ jobs:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: ['18.3', '19.3', '20.3', '21.3', '22.3', '23.3', '24.3', '25.3', '26.0.2']
otp_vsn: ['20.3', '21.3', '22.3', '23.3', '24.3', '25.3', '26.0.2', '27.0.1']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a7f33b3

Please sign in to comment.