Skip to content

Commit

Permalink
Run tests against Ruby 3.3 preview
Browse files Browse the repository at this point in the history
Authored-by: Grant Hutchins <[email protected]>
  • Loading branch information
nertzy committed Jun 13, 2023
1 parent 7a01edd commit 154e45e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 154e45e

Please sign in to comment.