Skip to content

Commit 756ea8c

Browse files
authored
Support OTP/28 in CI (#37)
List of changes: - specific versions as string and use latest version in CI matrix - bump GitHub actions
1 parent 5c80daa commit 756ea8c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
matrix:
1717
include:
1818
- pair:
19-
elixir: 1.13.4
20-
otp: 24.3.4.17
19+
elixir: "1.13"
20+
otp: "24"
2121
- pair:
22-
elixir: 1.16.0
23-
otp: 26.2.1
22+
elixir: "1.18"
23+
otp: "28"
2424
lint: lint
2525
distribution: distribution
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828

2929
- uses: erlef/setup-beam@v1
3030
with:

0 commit comments

Comments
 (0)