strategy:
matrix:
ubuntu: [20.04, 22.04]
- ruby: ['3.0', '3.1']
+ ruby: ['3.0', '3.1', '3.2']
runs-on: ubuntu-${{ matrix.ubuntu }}
env:
RAILS_ENV: test
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
+ rubygems: 3.4.10
bundler-cache: true
- name: Cache node modules
uses: actions/cache@v3