Skip to content

Commit

Permalink
Add OTP 26 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Dec 20, 2023
1 parent cee4096 commit 999ab18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [23, 24, 25]
otp-version: [23, 24, 25, 26]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
Expand Down

0 comments on commit 999ab18

Please sign in to comment.