Skip to content

Commit c57fcd8

Browse files
authored
Merge pull request #1170 from kianmeng/support-otp-28-in-ci-and-asdf
Support OTP 28 in CI and asdf
2 parents eab2ec2 + b95dd9b commit c57fcd8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/on-push.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ jobs:
1212
matrix:
1313
include:
1414
- pair:
15-
otp: "27"
15+
otp: "28"
1616
elixir: "1.18"
1717
lint: lint
18+
19+
- pair:
20+
otp: "27"
21+
elixir: "1.18"
1822
- pair:
1923
otp: "27"
2024
elixir: "1.17"
@@ -56,7 +60,7 @@ jobs:
5660
elixir: "1.13"
5761

5862
steps:
59-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6064
- uses: erlef/setup-beam@v1
6165
with:
6266
otp-version: ${{matrix.pair.otp}}

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
elixir 1.18.1
2-
erlang 27.2
1+
elixir 1.18.4
2+
erlang 28.1

0 commit comments

Comments
 (0)