diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 21788f23..fea032e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: - uses: ruby/setup-ruby@v1 if: ${{ startsWith(matrix.flavor, 'playstore') }} with: - ruby-version: '2.6' + ruby-version: '3.3' # The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. - run: gem install bundler -v 2.4.22 if: ${{ startsWith(matrix.flavor, 'playstore') }}