1111 RAILS_ENV : development
1212 EMBEDDED_HTTP_SERVER_TIMEOUT : ' 30'
1313 WORKER_SPAWN_TIMEOUT : ' 15'
14- CONFIG_DIGEST : ded80c0391f5fdf2954ab0fc646368b60605a3474cc0a719ed96c62e07792a5a
14+ CONFIG_DIGEST : 444c64919a840b6bbeded52d4d4bcc6285b3e6e6e0da9e09158aa4d0d87d201d
1515' on ' :
1616 push :
1717 branches :
@@ -627,11 +627,11 @@ jobs:
627627 run : bundle exec rake
628628 needs :
629629 - ruby-3-4-default
630- ruby-3-4-grape-1 -x :
631- name : ruby 3.4, grape-1 .x
630+ ruby-3-4-grape-2 -x :
631+ name : ruby 3.4, grape-2 .x
632632 runs-on : ubuntu-latest
633633 if : github.ref == 'refs/heads/main' || contains(github.event.pull_request.labels.*.name,
634- ' full-ci' ) || contains(github.event.pull_request.labels.*.name, 'grape-1 .x')
634+ ' full-ci' ) || contains(github.event.pull_request.labels.*.name, 'grape-2 .x')
635635 || !contains(github.event.pull_request.labels.*.name, 'dependencies')
636636 services :
637637 redis :
@@ -640,7 +640,7 @@ jobs:
640640 - 6379:6379
641641 options : " --entrypoint redis-server"
642642 env :
643- BUNDLE_GEMFILE : gemfiles/grape-1 .x/Gemfile
643+ BUNDLE_GEMFILE : gemfiles/grape-2 .x/Gemfile
644644 steps :
645645 - name : Checkout
646646 uses : actions/checkout@v3
@@ -656,10 +656,10 @@ jobs:
656656 uses : actions/cache@v3
657657 with :
658658 path : " ${{ github.workspace }}/vendor/bundle"
659- key : " ${{ runner.os }}-gems-3.4-grape-1 .x-${{ hashFiles('gemfiles/grape-1 .x/Gemfile.lock')
659+ key : " ${{ runner.os }}-gems-3.4-grape-2 .x-${{ hashFiles('gemfiles/grape-2 .x/Gemfile.lock')
660660 }}"
661661 restore-keys : |-
662- ${{ runner.os }}-gems-3.4-grape-1 .x-
662+ ${{ runner.os }}-gems-3.4-grape-2 .x-
663663 ${{ runner.os }}-gems-3.4-
664664 - name : bundle install
665665 run : " gem install bundler \n bundle install\n "
@@ -1060,7 +1060,7 @@ jobs:
10601060 - ruby-3-2-rails-7-2-x
10611061 - ruby-3-4-sinatra-2-x
10621062 - ruby-3-1-grape-1-x
1063- - ruby-3-4-grape-1 -x
1063+ - ruby-3-4-grape-2 -x
10641064 - ruby-3-1-sequel-4
10651065 - ruby-3-4-sequel-5
10661066 - ruby-3-1-ams-0-9-x
0 commit comments