Skip to content

Commit 936a954

Browse files
authored
Merge pull request #34 from aws-beam/add-otp-28-to-pipeline
Add OTP28 and drop OTP 24, 25 from the test pipeline
2 parents 501fc80 + 2cbc969 commit 936a954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)