🐿️ Type safe SQL in Gleam
0

Configure Feed

Select the types of activity you want to include in your feed.

fix ci

author
Giacomo Cavalieri
date (Jul 17, 2026, 8:21 AM +0200) commit dea98843 parent 1ac22868 change-id usyztvmm
+2 -2
+2 -2
.github/workflows/test.yml
··· 19 19 strategy: 20 20 fail-fast: true 21 21 matrix: 22 - erlang: ["27", "28"] 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 - gleam-version: "1.13.0" 52 + gleam-version: "1.17.0" 53 53 rebar3-version: "3" 54 54 - run: gleam deps download 55 55 - run: ./integration_test