Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Jun 5, 2023
1 parent 4953845 commit 5878321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -12,13 +12,13 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental }}
strategy:
continue-on-error: ${{ matrix.experimental }}
fail-fast: false
matrix:
rails: ["~> 7.0.0", "~> 6.1.0"]
ruby: ["3.2.2", "3.1.4", "3.0.6", "2.7.8"]
experimental: false
experimental: [false]
include:
- ruby: 3.2
rails: 'edge'
Expand Down

0 comments on commit 5878321

Please sign in to comment.