alpha
Login
or
Join now
giacomocavalieri.me
/
squirrel
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
🐿️ Type safe SQL in Gleam
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix ci
author
Giacomo Cavalieri
date
1 week ago
(Jul 17, 2026, 8:21 AM +0200)
commit
dea98843
dea9884305c110baa50f48ad13ddf902263b4e2f
parent
1ac22868
1ac2286851cb00e348050e97db71e70deb9719f1
change-id
usyztvmm
usyztvmmmqprxstrtqqmyokqrloxroqq
+2
-2
1 changed file
Expand all
Collapse all
Unified
Split
.github
workflows
test.yml
+2
-2
.github/workflows/test.yml
View file
Reviewed
···
19
19
strategy:
20
20
fail-fast: true
21
21
matrix:
22
22
-
erlang: ["27", "28"]
22
22
+
erlang: ["28", "29"]
23
23
postgres: ["postgres:17", "postgres:18"]
24
24
25
25
env:
···
49
49
- uses: erlef/setup-beam@v1
50
50
with:
51
51
otp-version: ${{ matrix.erlang }}
52
52
-
gleam-version: "1.13.0"
52
52
+
gleam-version: "1.17.0"
53
53
rebar3-version: "3"
54
54
- run: gleam deps download
55
55
- run: ./integration_test