.github/workflows/check.yml in ably-1.2.4 vs .github/workflows/check.yml in ably-1.2.6
- old
+ new
@@ -5,13 +5,13 @@
- main
jobs:
check:
runs-on: ubuntu-latest
- continue-on-error: true
strategy:
+ fail-fast: false
matrix:
- ruby: [ '2.7', '3.0', '3.1' ]
+ ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3' ]
protocol: [ 'json', 'msgpack' ]
type: [ 'unit', 'acceptance' ]
steps:
- uses: actions/checkout@v2
with: