Commit 47dc545
Modernize CI workflow and update Ruby version requirements (#15)
* Modernize CI infrastructure and update Ruby version
- Replace Nix-based CI with ruby/setup-ruby (standard for Ruby gems)
- Test against Ruby 3.2 and 3.3 via matrix strategy
- Update Actions to v4 (checkout) and v1 (setup-ruby with bundler-cache)
- Switch from EOL ubuntu-18.04 to ubuntu-latest
- Add PR trigger for CI runs
- Update shell.nix to Ruby 3.3 for local development
Note: nix/sources.json still pins nixos-21.05 — run `niv update nixpkgs -b nixos-24.11`
to update the local Nix development environment.
https://claude.ai/code/session_01D8CWdr5Krfmwd4b5oJ5g9f
* Update tapioca to >= 0.17 and regenerate RBIs for Ruby 3.3
Tapioca 0.16.x has a bug where Module.new resolves to T::Module.new
on newer sorbet-runtime versions. Bump to >= 0.17 which fixes this,
and regenerate all gem RBIs for Ruby 3.3 compatibility (removes the
stale URI::Escape reference that broke srb tc).
https://claude.ai/code/session_01D8CWdr5Krfmwd4b5oJ5g9f
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 5588ab4 commit 47dc545
File tree
114 files changed
+181695
-34481
lines changed- .github/workflows
- sorbet/rbi/gems
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
114 files changed
+181695
-34481
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
10 | 8 | | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
13 | 11 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments