Skip to content

Commit

Permalink
Don't bother with head/debug Ruby
Browse files Browse the repository at this point in the history
Dependencies won't install, and it'd be worse to have a red build all
the time
  • Loading branch information
nickcharlton committed Mar 10, 2021
1 parent 3c9a1be commit a15a66d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, head, debug]
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
ruby: [2.5, 2.6, 2.7]
env:
PGHOST: localhost
PGUSER: administrate
Expand Down

0 comments on commit a15a66d

Please sign in to comment.