Unverified Commit 9c3973bd authored by Toby Hodges's avatar Toby Hodges Committed by GitHub
Browse files

use ruby v3

parent 2631f0e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ jobs:
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: '2.7'
          ruby-version: '3.0'
          bundler-cache: true

      - name: Set up Python
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ jobs:
      - name: Set up Ruby
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: '2.7'
          ruby-version: '3.0'
          bundler-cache: true

      - name: Set up Python