diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92c340b..a1c8a52 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,6 +7,8 @@ jobs: fail-fast: false matrix: include: + - ruby: 3.3 + postgres: 16 - ruby: 3.2 postgres: 15 - ruby: 3.1 @@ -18,7 +20,7 @@ jobs: - ruby: 2.7 postgres: 11 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }}