Skip to content

Commit

Permalink
Add Ruby 3.3 to GitHub Actions test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Jun 3, 2024
1 parent 27e731c commit f21bec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
ruby: '3.0'
- gemfile: rails-7.1
ruby: '3.2'
- gemfile: rails-7.1
ruby: '3.3'
runs-on: ubuntu-latest
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit f21bec3

Please sign in to comment.