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 293402f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .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 @@ -36,8 +39,6 @@ jobs:
- name: "Tests and Lint"
run: bundle exec rake
env:
TEMPDIR: ${{ runner.temp }}
PGHOST: localhost
PGUSER: postgres
PGPASSWORD: postgres
TESTOPTS: "--fail-fast"

0 comments on commit 293402f

Please sign in to comment.