.github/workflows/ruby.yml in microsoft_kiota_faraday-0.11.0 vs .github/workflows/ruby.yml in microsoft_kiota_faraday-0.12.0

- old
+ new

@@ -10,11 +10,11 @@ build: strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] - ruby-version: ['2.7', '3.0', '3.1', head, jruby, jruby-head, truffleruby, truffleruby-head] + ruby-version: ['3.0', '3.1', '3.2', head, jruby, jruby-head, truffleruby, truffleruby-head] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: @@ -23,10 +23,10 @@ bundler: 'latest' cache-version: 1 - name: Run tests run: bundle exec rake - name: Upload artifacts for ruby version 3 and ubuntu - if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby-version == '3.1'}} + if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby-version == '3.2'}} uses: actions/upload-artifact@v3 with: name: drop path: | ./Gemfile.lock