Skip to content

Commit d19af37

Browse files
committed
CI: Include OTP28 in the erlang workflow version matrix
1 parent f8785bc commit d19af37

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/erlang.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
name: Test
22
on:
33
push:
4-
branches:
5-
- main
64
pull_request:
75
jobs:
86
build:
97
runs-on: ubuntu-latest
108
strategy:
119
fail-fast: false
1210
matrix:
13-
otp_version: [26, 27]
11+
otp_version: [26, 27, 28]
1412
steps:
1513
- name: CHECKOUT
1614
uses: actions/checkout@v2

0 commit comments

Comments
 (0)