Skip to content

Commit

Permalink
CI: Remove needless continue-on-error
Browse files Browse the repository at this point in the history
Sicne we moved test on Ruby head to a separated workflow, so we don't
need contoinue-on-error anymore.

Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie committed Feb 29, 2024
1 parent 005a1a8 commit 1dd6a46
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/linux-ruby-head.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
ruby: [ 'head' ]
postgres: [ '16', '15', '14', '13', '12' ]
os:
- ubuntu-latest
experimental: [true]
services:
postgres:
image: postgres:${{ matrix.postgres }}
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
fail-fast: false
matrix:
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7' ]
postgres: [ '16', '15', '14', '13', '12' ]
os:
- ubuntu-latest
experimental: [false]
services:
postgres:
image: postgres:${{ matrix.postgres }}
Expand Down

0 comments on commit 1dd6a46

Please sign in to comment.