Skip to content

Commit

Permalink
trying jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Aug 24, 2023
1 parent c038be3 commit c4d6342
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Expand Up @@ -11,7 +11,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -20,9 +20,10 @@ jobs:
include:
- ruby: 3.2
rails: 'edge'
# single test failure with jruby
#- ruby: jruby-9.4
# rails: '~> 7.0.0'
- ruby: jruby-9.4
rails: '~> 7.0.0'
- ruby: jruby-9.4
rails: '~> 6.1.0'
- ruby: 2.6
rails: '~> 6.1.0'
- ruby: 2.6
Expand All @@ -37,8 +38,6 @@ jobs:
rails: '~> 5.2.0'
- ruby: 2.5
rails: '~> 5.1.0'
#os: ubuntu-latest
#arch: x64

env:
RAILS: ${{ matrix.rails }}
Expand Down

0 comments on commit c4d6342

Please sign in to comment.