We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5899a commit 90f4862Copy full SHA for 90f4862
1 file changed
.github/workflows/release.yml
@@ -29,15 +29,15 @@ jobs:
29
fail-fast: true
30
matrix:
31
include:
32
- - otp: 25
33
- otp_version: "25.3.2.12"
34
- elixir_version: "1.16.2"
35
- otp: 26
36
otp_version: "26.2.5"
37
elixir_version: "1.16.2"
38
- otp: 27
39
- otp_version: "27.2"
40
- elixir_version: "1.18.2"
+ otp_version: "27.3.4.9"
+ elixir_version: "1.19.5"
+ - otp: 28
+ otp_version: "28.4.1"
41
42
runs-on: ubuntu-22.04
43
steps:
0 commit comments