Skip to content

Commit b2b9fc3

Browse files
committed
🚦 Use Ruby 3.2 appraisal for TruffleRuby 23.1
1 parent 98d55d3 commit b2b9fc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/truffleruby-23.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-22.04
3333
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
3434
env: # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
35-
BUNDLE_GEMFILE: ${{ github.workspace }}/Appraisal.root.gemfile
35+
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/ruby_3_2.gemfile
3636
strategy:
3737
matrix:
3838
include:

0 commit comments

Comments
 (0)