Commit c57d685
committed
Use exact Ruby version 3.3.7 in Pro workflows
The Pro package Gemfile specifies exact version 'ruby 3.3.7', but using
ruby-version: 3.3 in GitHub Actions installs the latest 3.3.x (3.3.9),
causing a version mismatch error.
Changed all Pro workflows to use exact version 3.3.7:
- pro-lint.yml: 3.3 → 3.3.7
- pro-package-tests.yml: ['3.3'] → ['3.3.7']
- pro-integration-tests.yml: 3.3 → 3.3.7 (all jobs)
This fixes: 'Your Ruby version is 3.3.9, but your Gemfile specified 3.3.7'1 parent 9abd943 commit c57d685
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