We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e62fd commit 9b7006aCopy full SHA for 9b7006a
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: erlef/setup-beam@v1
16
with:
17
otp-version: "28"
18
- gleam-version: "1.15.2"
+ gleam-version: "1.15.4"
19
rebar3-version: "3"
20
- run: gleam deps download
21
- run: gleam format --check src test
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
matrix:
28
otp-version: ["27", "28"]
29
- gleam-version: ["1.14.0", "1.15.2"]
+ gleam-version: ["1.14.0", "1.15.4"]
30
steps:
31
- uses: actions/checkout@v6
32
@@ -43,7 +43,7 @@ jobs:
43
44
45
node-version: ["22", "24"]
46
47
48
49
- uses: actions/setup-node@v6
0 commit comments