Skip to content

Commit

Permalink
Merge pull request #5 from aws-beam/add-build-step-for-otp-26
Browse files Browse the repository at this point in the history
Drop support for OTP 21 and add support for OTP 26
  • Loading branch information
onno-vos-dev authored May 16, 2023
2 parents 9236495 + b02aa66 commit 58197e7
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 @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [21.3.8.24, 22.3.4.26, 23.3.4.16, 24.3.4.2, 25.0.3]
otp-version: [22, 23, 24, 25, 26]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
Expand Down

0 comments on commit 58197e7

Please sign in to comment.