Skip to content

Commit 740aff3

Browse files
committed
Heads
1 parent 8bb0a08 commit 740aff3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ruby.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
rails-version: [ '7.0', '7.1', '7.2', '8.0' ]
26-
ruby-version: ['3.1', '3.2', '3.3', '3.4']
25+
rails-version: [ '7.0', '7.1', '7.2', '8.0', head ]
26+
ruby-version: ['3.1', '3.2', '3.3', '3.4', head]
2727
exclude:
28-
- rails-version: '8.0'
28+
- rails-version: ['8.0', head]
2929
ruby-version: '3.1'
3030

3131
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps

0 commit comments

Comments
 (0)