Skip to content

Commit 8282041

Browse files
committed
CI: Test latest Ruby versions
1 parent 432d376 commit 8282041

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
- "7.2"
2727
- "8.0"
2828
ruby-version:
29-
- "3.1"
3029
- "3.4"
30+
- "4.0"
3131
solidus-branch:
3232
- "v4.4"
3333
- "v4.5"
@@ -37,12 +37,12 @@ jobs:
3737
- "mysql"
3838
- "sqlite"
3939
exclude:
40-
- solidus-branch: "v4.5"
41-
ruby-version: "3.1"
42-
- solidus-branch: "v4.6"
43-
ruby-version: "3.1"
4440
- solidus-branch: "v4.4"
4541
rails-version: "8.0"
42+
- solidus-branch: "v4.4"
43+
ruby-version: "4.0"
44+
- solidus-branch: "v4.5"
45+
ruby-version: "4.0"
4646
env:
4747
TEST_RESULTS_PATH: coverage/coverage.xml
4848
CAPYBARA_JAVASCRIPT_DRIVER: selenium_headless

0 commit comments

Comments
 (0)