Commit d7944a0
committed
chore: raise minimum requirements to match supported versions
Now that 5.1-stable is dropped from CI, align the documented/enforced minimums:
- init.rb: requires_redmine 5.1.0 -> 6.0.0
- README: Redmine >= 6.0.0, add Ruby >= 3.3, PostgreSQL >= 13 -> 15,
PostGIS >= 3.0 -> 3.4, NodeJS v18 -> >= 22
- CI: install Node 22 (setup_20.x -> setup_22.x) to match the README minimum
(Node 20 nears EOL; 22 is current LTS)1 parent 6fcc155 commit d7944a0
3 files changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments