mirror of
https://github.com/authpass/authpass.git
synced 2025-05-17 06:16:47 +08:00
use ruby 3.3 for android
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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') }}
|
||||
|
Reference in New Issue
Block a user