.github/workflows/ruby.yml in cf-uaa-lib-4.0.1 vs .github/workflows/ruby.yml in cf-uaa-lib-4.0.2

- old
+ new

@@ -10,13 +10,13 @@ test: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.5', '2.7', '3.0', '3.1'] + ruby-version: ['2.5', '2.7', '3.0', '3.1', '3.2'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true # runs 'bundle install' and caches installed gems automatically