Skip to content

Commit e9206d1

Browse files
authored
Merge pull request #343 from rabbitmq/test-against-erlang-28
GitHub Actions: Test against Erlang/OTP 28
2 parents eeefdd6 + dd5f9ff commit e9206d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ concurrency:
99
cancel-in-progress: true
1010

1111
env:
12-
REBAR_VERSION: '3.23.0'
13-
LATEST_ERLANG_VERSION: '27'
12+
REBAR_VERSION: '3.25.1'
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)