We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fcacb commit 88b59faCopy full SHA for 88b59fa
1 file changed
.github/workflows/maven.yml
@@ -97,6 +97,10 @@ jobs:
97
java_version: '17' # JRuby 10 requires Java 21
98
fail-fast: false
99
100
+ env:
101
+ BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
102
+ JRUBY_VERSION: ${{ matrix.jruby_version }}
103
+
104
steps:
105
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
106
@@ -111,11 +115,7 @@ jobs:
111
115
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
112
116
with:
113
117
ruby-version: jruby-${{ matrix.jruby_version }}
114
- bundler: 2.3.27 # use version that is OK for JRuby 9.3
118
119
- name: Run appraisal for ${{ matrix.appraisal }}
- env:
- BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
- JRUBY_VERSION: ${{ matrix.jruby_version }}
120
run: bundle install && bundle exec rake spec
121
0 commit comments