๐Ÿ‘ a fluffy Gleam web server
23

Configure Feed

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

fix workflow versions

vshakitskiy (Jan 18, 2026, 7:01 PM +0300) 56ea011f 4367bf61

+6 -6
+4 -4
.github/workflows/autobahn.yml
··· 13 13 - uses: actions/checkout@v4 14 14 - uses: erlef/setup-beam@v1 15 15 with: 16 - otp-version: "27.1.2" 17 - gleam-version: "1.12.0" 16 + otp-version: "28.2" 17 + gleam-version: "1.14.0" 18 18 rebar3-version: "3" 19 19 20 20 - name: Downloading dependencies 21 21 run: gleam deps download 22 - 22 + 23 23 - name: Start WebSocket server 24 24 run: gleam run -m autobahn & 25 25 ··· 34 34 --network host \ 35 35 crossbario/autobahn-testsuite \ 36 36 wstest -m fuzzingclient -s /autobahn.json 37 - 37 + 38 38 - name: Upload reports 39 39 uses: actions/upload-artifact@v4 40 40 with:
+2 -2
.github/workflows/test.yml
··· 13 13 - uses: actions/checkout@v4 14 14 - uses: erlef/setup-beam@v1 15 15 with: 16 - otp-version: "27.1.2" 17 - gleam-version: "1.12.0" 16 + otp-version: "28.2" 17 + gleam-version: "1.14.0" 18 18 rebar3-version: "3" 19 19 20 20 - name: Downloading dependencies