Skip to content

Commit 08b0418

Browse files
inoasinoas
authored andcommitted
fix ci
1 parent c3aa6f1 commit 08b0418

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/abstract_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
gleam_version:
77
type: string
88
required: true
9-
default: "1.11.1"
9+
default: "1.13.0"
1010
erlang_version:
1111
type: string
1212
default: "27"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
uses: ./.github/workflows/abstract_test.yml
1313
with:
1414
erlang_version: "27"
15-
gleam_version: "1.11.1"
15+
gleam_version: "1.13.0"
1616
test_erlang: true
1717
test_node: false
1818
test_highest:
1919
uses: ./.github/workflows/abstract_test.yml
2020
with:
2121
erlang_version: "28"
22-
gleam_version: "1.11.1"
22+
gleam_version: "1.13.0"
2323
test_erlang: true
2424
test_node: false

0 commit comments

Comments
 (0)