Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

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

Update CI to use OTP 29 and Elixir 1.19

+6 -6
+1 -1
.github/actions/build-release/action.yml
··· 189 189 if: ${{ inputs.generate-gleam-licences-html == 'true' }} 190 190 uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 191 191 with: 192 - otp-version: "28.0.1" 192 + otp-version: "29" 193 193 rebar3-version: "3" 194 194 195 195 - name: Generate licences HTML
+4 -4
.github/workflows/ci.yaml
··· 100 100 - name: Install Erlang 101 101 uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 102 102 with: 103 - otp-version: "28.0.1" 104 - elixir-version: "1.18" 103 + otp-version: "29" 104 + elixir-version: "1.19" 105 105 rebar3-version: "3" 106 106 107 107 - name: Setup Node ··· 444 444 - name: Install Erlang 445 445 uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 446 446 with: 447 - otp-version: "26.1" 448 - elixir-version: "1.16.1" 447 + otp-version: "29" 448 + elixir-version: "1.19" 449 449 rebar3-version: "3" 450 450 451 451 - name: Download Gleam binary from previous job
+1 -1
test/project_erlang/manifest.toml
··· 7 7 { name = "countries", version = "1.6.0", build_tools = ["mix"], requirements = ["yamerl"], otp_app = "countries", source = "hex", outer_checksum = "A1E4D0FDD2A799F16A95AE2E842EDEAABD9AC7639624AC5E139C54DA7A6BCCB0" }, 8 8 { name = "cowboy", version = "2.10.0", build_tools = ["make", "rebar3"], requirements = ["cowlib", "ranch"], otp_app = "cowboy", source = "hex", outer_checksum = "3AFDCCB7183CC6F143CB14D3CF51FA00E53DB9EC80CDCD525482F5E99BC41D6B" }, 9 9 { name = "cowlib", version = "2.12.1", build_tools = ["make", "rebar3"], requirements = [], otp_app = "cowlib", source = "hex", outer_checksum = "163B73F6367A7341B33C794C4E88E7DBFE6498AC42DCD69EF44C5BC5507C8DB0" }, 10 - { name = "ezstd", version = "1.1.0", build_tools = ["rebar3"], requirements = [], otp_app = "ezstd", source = "hex", outer_checksum = "28CFA0ED6CC3922095AD5BA0F23392A1664273358B17184BAA909868361184E7" }, 10 + { name = "ezstd", version = "1.2.4", build_tools = ["rebar3"], requirements = [], otp_app = "ezstd", source = "hex", outer_checksum = "C79A63C8F1706CA5402D4D97347A1934F41FD8DD055C7AF4CA92B9BCBEF6D1C0" }, 11 11 { name = "gleam_erlang", version = "0.24.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_erlang", source = "hex", outer_checksum = "26BDB52E61889F56A291CB34167315780EE4AA20961917314446542C90D1C1A0" }, 12 12 { name = "gleam_javascript", version = "0.7.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_javascript", source = "hex", outer_checksum = "EEA30D1ABF62B06FC378764D598DF041303CFA33A6586BFF4C4BFEFFA83DBDBE" }, 13 13 { name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" },