Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepiske committed Nov 19, 2024
1 parent a24fda1 commit 754355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- { gemfile: 'rails_8.0', ruby: '3.3', postgres: '17', experimental: true }
# futuristic
- { gemfile: 'rails_8.0', ruby: 'head', postgres: '17', experimental: true }
continue-on-error: ${{ matrix.experimental || 'false' }}
continue-on-error: ${{ matrix.experimental || false }}
steps:
- name: Checkout source
uses: actions/checkout@v4
Expand Down

0 comments on commit 754355a

Please sign in to comment.