Commit d451fb2
authored
Harden CI supply chain settings (#49)
* chore: replace deprecated xref exclude with elixirc_options
* ci: update runner to ubuntu-24.04 and refresh test matrix
- ubuntu-20.04 runner image was removed from GitHub Actions in April 2025
- Add Elixir 1.19 (latest stable) and move lint target to 1.19 + OTP 28
- Drop Elixir 1.12, 1.13, 1.14 (no longer in security support upstream)
- Drop OTP < 24.3 since they are not provided on ubuntu-22.04/24.04
* chore: bump minimum Elixir version to 1.15
Align the supported Elixir version with what the CI matrix actually tests.
Elixir < 1.15 is no longer in security support upstream and is not
exercised by CI.
* chore: harden supply chain in CI
* ci: keep dev dependencies available for lock checks1 parent 01d6b52 commit d451fb2
2 files changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | | - | |
38 | | - | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
42 | | - | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments