Skip to content

Commit 2669a8a

Browse files
committed
ci test: add jobs with Ruby 3.1 and 3.2
1 parent fbe21b4 commit 2669a8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
include:
13+
- name: "Ruby 3.2 & Rails 7"
14+
ruby-version: "3.2"
15+
rails-version: "7"
16+
- name: "Ruby 3.1 & Rails 7"
17+
ruby-version: "3.1"
18+
rails-version: "7"
1319
- name: "Ruby 3.0 & Rails 7"
1420
ruby-version: "3.0"
1521
rails-version: "7"

0 commit comments

Comments
 (0)