We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d55d3 commit b2b9fc3Copy full SHA for b2b9fc3
1 file changed
.github/workflows/truffleruby-23.1.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ubuntu-22.04
33
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
34
env: # $BUNDLE_GEMFILE must be set at job level, so it is set for all steps
35
- BUNDLE_GEMFILE: ${{ github.workspace }}/Appraisal.root.gemfile
+ BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/ruby_3_2.gemfile
36
strategy:
37
matrix:
38
include:
0 commit comments