Skip to content

Commit

Permalink
Only run tests for Rails 8 above Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Nov 15, 2024
1 parent 0c13066 commit 14f6f1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [3.1, 3.2, 3.3]
ruby: [3.2, 3.3]
env:
PGHOST: localhost
PGUSER: administrate
Expand Down Expand Up @@ -50,6 +50,9 @@ jobs:
include:
- ruby: '3.0'
appraisal: rails60
exclude:
- ruby: 3.1
appraisal: rails80
env:
PGHOST: localhost
PGUSER: administrate
Expand Down

0 comments on commit 14f6f1d

Please sign in to comment.