Skip to content

Commit

Permalink
Move to OTP/27
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Oct 10, 2024
1 parent e41c294 commit 893f682
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.2', '25.3']
otp_version: ['27.1', '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.2', '25.3']
otp_version: ['27.1', '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 26.2.5.2
erlang 27.1.1

0 comments on commit 893f682

Please sign in to comment.