Skip to content

Commit

Permalink
Test against MRI 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jan 14, 2024
1 parent 72d72f6 commit 06058f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2' ]
ruby: [ '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ]
bundler: [ '1.17.3', '2.3.12' ]
database: [ 'mysql2', 'postgresql', 'sqlite3' ]
exclude:
Expand All @@ -23,6 +23,8 @@ jobs:
bundler: '1.17.3'
- ruby: '3.2'
bundler: '1.17.3'
- ruby: '3.3'
bundler: '1.17.3'

services:
postgres:
Expand Down

0 comments on commit 06058f9

Please sign in to comment.