Skip to content

Commit 3900ffa

Browse files
committed
wip
1 parent 5e12fd1 commit 3900ffa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
strategy:
5454
matrix:
5555
include:
56-
- ruby-version: 2.7
56+
- ruby-version: "2.7"
5757
build-rails-versions: "5.2,6.0,6.1"
58-
- ruby-version: 3.0
58+
- ruby-version: "3.0"
5959
build-rails-versions: "7.0"
60-
- ruby-version: 3.3
60+
- ruby-version: "3.3"
6161
build-rails-versions: "7.1,7.2"
6262
steps:
6363
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)