Skip to content

Commit

Permalink
Merge pull request #64 from seuros/master
Browse files Browse the repository at this point in the history
feat: add ruby 3.3 to the rubies matrix
  • Loading branch information
grosser authored May 29, 2024
2 parents ed9159f + c3f8f34 commit a946fb9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,21 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '3.0', '3.1', '3.2' ]
ruby: [ '3.0', '3.1', '3.2', '3.3' ]
gemfile: [ '514', '515', '516', '517', '518', '519', '520', '523']
exclude:
- ruby: '3.3'
gemfile: '514'
- ruby: '3.3'
gemfile: '515'
- ruby: '3.3'
gemfile: '516'
- ruby: '3.3'
gemfile: '517'
- ruby: '3.3'
gemfile: '518'
- ruby: '3.3'
gemfile: '519'

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit a946fb9

Please sign in to comment.