From 154e45eebb401f9b4c356540782466c854ea474f Mon Sep 17 00:00:00 2001 From: Grant Hutchins Date: Tue, 13 Jun 2023 11:09:58 -0500 Subject: [PATCH] Run tests against Ruby 3.3 preview Authored-by: Grant Hutchins --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d953736a..226586b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,6 +52,9 @@ jobs: - ruby-version: '3.2' active-record-version-env: ACTIVE_RECORD_BRANCH="6-1-stable" allow-failure: true + - ruby-version: '3.3.0-preview1' + active-record-version-env: ACTIVE_RECORD_VERSION="~> 7.0.0" + allow-failure: true continue-on-error: ${{ matrix.allow-failure }} steps: - uses: actions/checkout@v3