Skip to content

Commit

Permalink
remove experimental stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Jun 5, 2023
1 parent d276df4 commit d14f988
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Expand Up @@ -12,53 +12,38 @@ on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental }}
strategy:
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]
include:
- ruby: 3.2
rails: 'edge'
experimental: true
- ruby: jruby-9.4
rails: '~> 7.0.0'
experimental: true
- ruby: jruby-9.2.19.0
rails: '~> 6.1.0'
experimental: true
- ruby: jruby-9.3.1.0
rails: '~> 6.1.0'
experimental: true
- ruby: 3.2
rails: '~> 7.0.0'
experimental: true
- ruby: 2.7
rails: '~> 6.0.0'
experimental: false
- ruby: 2.6
rails: '~> 6.1.0'
experimental: false
- ruby: 2.6
rails: '~> 6.0.0'
experimental: false
- ruby: 2.6
rails: '~> 5.2.0'
experimental: false
- ruby: 2.6
rails: '~> 5.1.0'
experimental: false
- ruby: 2.5
rails: '~> 6.0.0'
experimental: false
- ruby: 2.5
rails: '~> 5.2.0'
experimental: false
- ruby: 2.5
rails: '~> 5.1.0'
experimental: false
#os: ubuntu-latest
#arch: x64

Expand Down

0 comments on commit d14f988

Please sign in to comment.