Skip to content

Commit 0429920

Browse files
authored
Merge pull request #28 from aws-beam/build-on-otp-27
Build on OTP-27 and drop OTP-22 and OTP-23
2 parents 3eb4f66 + 280d022 commit 0429920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
platform: [ubuntu-latest]
13-
otp-version: [22, 23, 24, 25, 26]
13+
otp-version: [24, 25, 26, 27]
1414
runs-on: ${{ matrix.platform }}
1515
container:
1616
image: erlang:${{ matrix.otp-version }}

0 commit comments

Comments
 (0)