Skip to content

Commit 4f239dc

Browse files
committed
🧪 Fix head and old TruffleRuby CI appraisals
1 parent de0636f commit 4f239dc

4 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/truffleruby-22.3.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_0.gemfile
3636
strategy:
3737
matrix:
3838
include:

.github/workflows/truffleruby-23.0.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_0.gemfile
3636
strategy:
3737
matrix:
3838
include:

Appraisals

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ appraise "unlocked_deps" do
5252
end
5353

5454
appraise "head" do
55-
eval_gemfile "modular/x_std_libs.gemfile"
5655
eval_gemfile "modular/runtime_heads.gemfile"
5756
end
5857

gemfiles/head.gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ source "https://gem.coop"
44

55
gemspec path: "../"
66

7-
eval_gemfile("modular/x_std_libs.gemfile")
8-
97
eval_gemfile("modular/runtime_heads.gemfile")

0 commit comments

Comments
 (0)