Skip to content

Commit

Permalink
Start testing against Ruby 3.3 (#2483)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jan 3, 2024
1 parent 73cfec3 commit 024296f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['3.0', 3.1, 3.2]
ruby: ['3.0', 3.1, 3.2, 3.3]
env:
PGHOST: localhost
PGUSER: administrate
Expand Down

0 comments on commit 024296f

Please sign in to comment.