Skip to content

Commit 88b59fa

Browse files
committed
Bump/synchronize appraisals
1 parent 95fcacb commit 88b59fa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ jobs:
9797
java_version: '17' # JRuby 10 requires Java 21
9898
fail-fast: false
9999

100+
env:
101+
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
102+
JRUBY_VERSION: ${{ matrix.jruby_version }}
103+
100104
steps:
101105
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
102106

@@ -111,11 +115,7 @@ jobs:
111115
uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0
112116
with:
113117
ruby-version: jruby-${{ matrix.jruby_version }}
114-
bundler: 2.3.27 # use version that is OK for JRuby 9.3
115118

116119
- name: Run appraisal for ${{ matrix.appraisal }}
117-
env:
118-
BUNDLE_GEMFILE: gemfiles/${{ matrix.appraisal }}.gemfile
119-
JRUBY_VERSION: ${{ matrix.jruby_version }}
120120
run: bundle install && bundle exec rake spec
121121

0 commit comments

Comments
 (0)