Skip to content

Commit eecf5a9

Browse files
authored
Merge pull request #5 from interop-tokyo-shownet/ci-rails-8.0
CI: Update for Rails 8.0
2 parents cc8dbc2 + b4197ac commit eecf5a9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby: ['3.3', '3.2', '3.1', '3.0', '2.7']
17-
rails_version: ['7.2', '7.1', '7.0', '6.1', ''] # '': with out rails (actionview)
17+
rails_version: ['8.0', '7.2', '7.1', '7.0', '6.1', ''] # '': with out rails (actionview)
1818
exclude:
19+
# rails 8.0: support ruby 3.2+
20+
- ruby: '3.1'
21+
rails_version: '8.0'
22+
- ruby: '3.0'
23+
rails_version: '8.0'
24+
- ruby: '2.7'
25+
rails_version: '8.0'
1926
# rails 7.2: support ruby 3.1+
2027
- ruby: '3.0'
2128
rails_version: '7.2'

0 commit comments

Comments
 (0)