Skip to content

Commit b6d0ce7

Browse files
committed
Added Ruby 4.0 and Truffleruby to the build matrix
1 parent ec137b3 commit b6d0ce7

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,8 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
ruby-version:
15-
- "3.1"
16-
- "3.2"
17-
- "3.3"
18-
- "3.4"
19-
rails-version:
20-
- "6.1"
21-
- "7.0"
22-
- "7.1"
23-
- "7.2"
24-
- "8.0"
25-
- "8.1"
26-
- "edge"
14+
ruby-version: ["3.1", "3.2", "3.3", "3.4", "4.0", "truffleruby"]
15+
rails-version: ["6.1", "7.0", "7.1", "7.2", "8.0", "8.1", "edge"]
2716
include:
2817
- ruby-version: "3.3"
2918
rails-version: "8.0"

0 commit comments

Comments
 (0)