Skip to content

Commit

Permalink
trying jruby
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieujobin committed Jun 5, 2023
1 parent 33e433a commit 41dbef9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 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-20.04", "ubuntu-22.04"]
strategy:
fail-fast: false
matrix:
Expand All @@ -21,8 +21,10 @@ jobs:
- 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 Down

0 comments on commit 41dbef9

Please sign in to comment.