Skip to content

Commit

Permalink
Test for now with more ruby versions
Browse files Browse the repository at this point in the history
To see which fails
  • Loading branch information
svanhesteren committed Jun 10, 2024
1 parent 0e97b68 commit 5523659
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 @@ -15,7 +15,10 @@ jobs:
matrix:
ruby:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
- '3.3'
services:
postgres:
image: postgres
Expand All @@ -40,4 +43,3 @@ jobs:
PGHOST: localhost
PGUSER: postgres
PGPASSWORD: postgres
TESTOPTS: "--fail-fast"

0 comments on commit 5523659

Please sign in to comment.