Skip to content

Commit 4315a07

Browse files
authored
don't need to check ruby 2.7/3.0 for rails version that supports new ones
- add ruby 3.3
1 parent 7996d53 commit 4315a07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
ruby:
19-
- '2.7'
20-
- '3.0'
2119
- '3.1'
2220
- '3.2'
21+
- '3.3'
2322
gemfile:
2423
- rails_6.0
2524
- rails_6.1

0 commit comments

Comments
 (0)