.github/workflows/test.yml in rabbit_messaging-0.12.1 vs .github/workflows/test.yml in rabbit_messaging-0.13.0
- old
+ new
@@ -25,22 +25,17 @@
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
specs:
runs-on: ubuntu-latest
- continue-on-error: ${{ matrix.experimental }}
# We want to run on external PRs, but not on our own internal PRs as they'll be run on push event
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != 'umbrellio/rabbit_messaging'
strategy:
fail-fast: false
matrix:
- ruby: ["2.6", "2.7", "3.0"]
- experimental: [false]
- include:
- - ruby: head
- experimental: true
+ ruby: ["2.7", "3.0", "3.1", "3.2"]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with: