Skip to content

Commit

Permalink
Merge pull request #514 from Casecommons/ruby-3.3-preview
Browse files Browse the repository at this point in the history
Run tests against Ruby 3.3 preview
  • Loading branch information
nertzy authored Jun 13, 2023
2 parents 7a01edd + 154e45e commit 2ed9190
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 2ed9190

Please sign in to comment.