Skip to content

Commit

Permalink
Add OTP 26.0 to the CI target list
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Sep 21, 2023
1 parent 125c617 commit caec6ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
otp: ['24.0', '25.0']
otp: ['24.0', '25.0', '26.0']
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
Expand All @@ -31,7 +31,7 @@ jobs:
needs: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
otp-version: '25.0'
Expand Down

0 comments on commit caec6ba

Please sign in to comment.