.github/workflows/ruby.yml in table_saw-3.1.0 vs .github/workflows/ruby.yml in table_saw-3.2.0

- old
+ new

@@ -8,17 +8,18 @@ runs-on: ubuntu-latest strategy: matrix: ruby: - - '3.0.5' - '3.1.4' - '3.2.2' + - '3.3.0' activerecord: - '6.1.0' - '7.0.0' - '7.1.0' + - '7.2.0' env: BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/activerecord_${{ matrix.activerecord }}.gemfile services: @@ -32,10 +33,10 @@ - 5432:5432 # needed because the postgres container does not provide a healthcheck options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}