We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a838e commit b59835fCopy full SHA for b59835f
.github/workflows/ci.yml
@@ -17,8 +17,8 @@ jobs:
17
strategy:
18
matrix:
19
os: ["ubuntu-latest"]
20
- elixir: ["1.18"]
21
- otp: ["27"]
+ elixir: ["1.19"]
+ otp: ["28"]
22
steps:
23
- uses: actions/checkout@v4
24
- uses: erlef/setup-beam@v1
@@ -48,17 +48,17 @@ jobs:
48
fail-fast: false
49
50
51
- elixir: ["1.18", "1.17", "1.16", "1.15"]
52
- otp: ["27", "26", "25"]
+ elixir: ["1.19", "1.18", "1.17", "1.16"]
+ otp: ["28", "27", "26"]
53
exclude:
54
- - elixir: "1.15"
55
- otp: "27"
56
- elixir: "1.16"
57
otp: "27"
+ - elixir: "1.16"
+ otp: "28"
58
include:
59
- os: "windows-2022"
60
61
- elixir: "1.17"
+ elixir: "1.19"
62
63
64
0 commit comments