Commit 9abd943
committed
Use Ruby 3.3 for Pro workflows to match Pro package Gemfile
The Pro package Gemfile specifies Ruby 3.3.7, so all Pro CI workflows
should use Ruby 3.3 to match.
Changes:
- pro-lint.yml: Ruby 3 → 3.3
- pro-package-tests.yml: Matrix ['3.2', '3.4'] → ['3.3'] (single version)
- pro-integration-tests.yml: Ruby 3.4 → 3.3 (all jobs)
This fixes the CI error:
'Your Ruby version is 3.4.7, but your Gemfile specified 3.3.7'1 parent df509d3 commit 9abd943
File tree
3 files changed
+5
-5
lines changed- .github/workflows
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
282 | | - | |
| 282 | + | |
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments