Skip to content

Commit a7f33b3

Browse files
committed
Bump CI versions
Some stuff is so old that containers no longer contain library versions required to run dependencies.
1 parent b80be93 commit a7f33b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
image: erlang:${{matrix.otp_vsn}}
1616
strategy:
1717
matrix:
18-
otp_vsn: ['18.3', '19.3', '20.3', '21.3', '22.3', '23.3', '24.3', '25.3', '26.0.2']
18+
otp_vsn: ['20.3', '21.3', '22.3', '23.3', '24.3', '25.3', '26.0.2', '27.0.1']
1919
os: [ubuntu-latest]
2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)