Skip to content

Commit 932bc70

Browse files
committed
wip
1 parent 70cc676 commit 932bc70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
include:
5656
- ruby-version: 2.7
5757
build-rails-versions: "5.2,6.0,6.1"
58+
- ruby-version: 3.2
59+
build-rails-versions: "7.0"
5860
- ruby-version: 3.3
59-
build-rails-versions: "7.0,7.1,7.2"
61+
build-rails-versions: "7.1,7.2"
6062
steps:
6163
- uses: actions/checkout@v4
6264
with:

0 commit comments

Comments
 (0)