Skip to content

Commit 79f3295

Browse files
wip
1 parent 1bc77e2 commit 79f3295

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,33 +22,20 @@ jobs:
2222
- "7.2"
2323
- "8.0"
2424
ruby-version:
25-
- "3.2"
25+
- "3.3"
2626
- "3.4"
2727
solidus-branch:
28-
- "v4.1"
29-
- "v4.2"
30-
- "v4.3"
3128
- "v4.4"
3229
- "v4.5"
30+
- "v4.6"
31+
- "main"
3332
database:
3433
- "postgresql"
3534
- "mysql"
3635
- "sqlite"
3736
exclude:
38-
- rails-version: "7.2"
39-
solidus-branch: "v4.3"
40-
- rails-version: "7.2"
41-
solidus-branch: "v4.2"
42-
- rails-version: "7.2"
43-
solidus-branch: "v4.1"
44-
- ruby-version: "3.4"
45-
rails-version: "7.0"
46-
- ruby-version: "3.2"
47-
rails-version: "8.0"
48-
- solidus-branch: "v4.3"
49-
rails-version: "8.0"
50-
- solidus-branch: "v4.4"
51-
rails-version: "8.0"
37+
- rails-version: "8.0"
38+
solidus-branch: "v4.4"
5239
steps:
5340
- uses: actions/checkout@v4
5441
- name: Run extension tests

0 commit comments

Comments
 (0)