Newest ruby version for pipeline

This commit is contained in:
Michael Speed 2024-09-16 22:39:44 +02:00
parent 08ff98fa7b
commit 29f700f44b

View File

@ -7,7 +7,6 @@ on:
env:
FLUTTER_VERSION: '3.x'
RUBY_VERSION: '3.x'
jobs:
build-and-deploy:
@ -35,7 +34,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ env.RUBY_VERSION }}
ruby-version: 'head' # This will use the latest stable version
- name: Install Fastlane
run: gem install fastlane