Skip to content

Commit

Permalink
CI: test new ruby releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Jan 11, 2024
1 parent ed6844f commit 0a0ff5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['3.0']
ruby: ['3.0', '3.1', '3.2', '3.3']
rails_version: [7.0.8]

services:
Expand Down

0 comments on commit 0a0ff5e

Please sign in to comment.