Skip to content

Commit 4f6958e

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 5706e93 commit 4f6958e

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,35 +23,30 @@ 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"
3735
- "v4.5"
36+
- "main"
3837
database:
3938
- "postgresql"
4039
- "mysql"
4140
- "sqlite"
4241
exclude:
4342
- rails-version: "7.2"
4443
solidus-branch: "v4.3"
45-
- rails-version: "7.2"
46-
solidus-branch: "v4.2"
47-
- rails-version: "7.2"
48-
solidus-branch: "v4.1"
49-
- rails-version: "7.1"
50-
solidus-branch: "v4.2"
51-
- rails-version: "7.1"
52-
solidus-branch: "v4.1"
53-
- ruby-version: "3.4"
54-
rails-version: "7.0"
44+
- ruby-version: "3.1"
45+
rails-version: "8.0"
46+
- solidus-branch: "v4.3"
47+
rails-version: "8.0"
48+
- solidus-branch: "v4.4"
49+
rails-version: "8.0"
5550
steps:
5651
- uses: actions/checkout@v4
5752
- name: Run extension tests

0 commit comments

Comments
 (0)