From c3b60228f7d3d40c01076d23921cf53be7fbb75a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 26 Dec 2023 13:27:14 -0500 Subject: [PATCH] Test with Ruby 3.3 on CI --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}