Skip to content

Commit dd5f9ff

Browse files
committed
GitHub Actions: Test against Erlang/OTP 28
1 parent f34144c commit dd5f9ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010

1111
env:
1212
REBAR_VERSION: '3.25.1'
13-
LATEST_ERLANG_VERSION: '27'
13+
LATEST_ERLANG_VERSION: '28'
1414

1515
jobs:
1616
# `env_to_output` works around a limitation of GitHub Actions that prevents

.github/workflows/test-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
otp_version: ['26', '27']
20+
otp_version: ['26', '27', '28']
2121
os: [ubuntu-latest, windows-latest]
2222

2323
steps:

0 commit comments

Comments
 (0)