We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d2906 commit a73bebdCopy full SHA for a73bebd
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v6
15
- uses: erlef/setup-beam@v1
16
with:
17
- otp-version: "28"
+ otp-version: "29"
18
gleam-version: "1.16"
19
rebar3-version: "3"
20
- run: gleam deps download
@@ -25,7 +25,7 @@ jobs:
25
runs-on: ubuntu-latest
26
strategy:
27
matrix:
28
- otp-version: ["27", "28"]
+ otp-version: ["27", "28", "29"]
29
gleam-version: ["1.15", "1.16"]
30
steps:
31
@@ -51,7 +51,7 @@ jobs:
51
node-version: ${{ matrix.node-version }}
52
53
54
55
gleam-version: ${{ matrix.gleam-version }}
56
57
0 commit comments