Skip to content

Commit

Permalink
Move to OTP/26 (#37)
Browse files Browse the repository at this point in the history
- Also removes OTP/24 as it's EOL
  • Loading branch information
san983 authored Aug 14, 2024
1 parent 02b97f2 commit 71fbeba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp_version: ['26.1', '25.3', '24.3']
otp_version: ['26.2', '25.3']

steps:
- uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp_version: ['26.1', '25.3', '24.3']
otp_version: ['26.2', '25.3']

needs:
- build
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
erlang 24.1
erlang 26.2.5.2

0 comments on commit 71fbeba

Please sign in to comment.