Skip to content

Commit

Permalink
Add Rails 8 to the build matrix
Browse files Browse the repository at this point in the history
... but only run it for acceptable Ruby versions.
  • Loading branch information
koppen committed Dec 6, 2024
1 parent 22ca9c9 commit 063ce91
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rails-version: ['5.2.8.1', '6.1.7.6', '7.0.8', '7.1.2', 'main']
rails-version: ['5.2.8.1', '6.1.7.6', '7.0.8', '7.1.2', '8.0.0', 'main']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
exclude:
- rails-version: '5.2.8.1'
ruby-version: '3.3'
- rails-version: '8.0.0'
ruby-version: '2.7'
- rails-version: '8.0.0'
ruby-version: '3.0'
- rails-version: '8.0.0'
ruby-version: '3.1'
- rails-version: 'main'
ruby-version: '2.7'
- rails-version: 'main'
Expand Down

0 comments on commit 063ce91

Please sign in to comment.