Skip to content

Commit 4fe881f

Browse files
Merge pull request #543 from rabbitmq/otp28
CI: Include OTP 28 in the erlang workflow version matrix
2 parents 739c4aa + 2f98a23 commit 4fe881f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/erlang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
otp_version: [26, 27]
13+
otp_version: [26, 27, 28]
1414
steps:
1515
- name: CHECKOUT
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)