Skip to content

Commit 338c3c1

Browse files
committed
CI: Drop Rails 7.0 but add Rails 8.0 builds
Rails 7.0 is untestable because the rails _7.0_ new command fails because of a bug that has not been fixed in the published rails gem and wont be ever. Since rails 7.0 will be eol in 6 weeks it does not make sense to waste carbon on it.
1 parent df27a84 commit 338c3c1

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,29 @@ jobs:
2323
fail-fast: true
2424
matrix:
2525
rails-version:
26-
- "7.0"
2726
- "7.1"
2827
- "7.2"
28+
- "8.0"
2929
ruby-version:
3030
- "3.1"
3131
- "3.4"
3232
solidus-branch:
33-
- "v4.1"
34-
- "v4.2"
3533
- "v4.3"
3634
- "v4.4"
35+
- "main"
3736
database:
3837
- "postgresql"
3938
- "mysql"
4039
- "sqlite"
4140
exclude:
4241
- rails-version: "7.2"
4342
solidus-branch: "v4.3"
44-
- rails-version: "7.2"
45-
solidus-branch: "v4.2"
46-
- rails-version: "7.2"
47-
solidus-branch: "v4.1"
48-
- rails-version: "7.1"
49-
solidus-branch: "v4.2"
50-
- rails-version: "7.1"
51-
solidus-branch: "v4.1"
52-
- ruby-version: "3.4"
53-
rails-version: "7.0"
43+
- ruby-version: "3.1"
44+
rails-version: "8.0"
45+
- solidus-branch: "v4.3"
46+
rails-version: "8.0"
47+
- solidus-branch: "v4.4"
48+
rails-version: "8.0"
5449
steps:
5550
- uses: actions/checkout@v4
5651
- name: Run extension tests

0 commit comments

Comments
 (0)