Skip to content

Commit

Permalink
Run tests against Ruby 3.3 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Dec 20, 2023
1 parent 2ed9190 commit 953c960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- ruby-version: '3.2'
active-record-version-env: ACTIVE_RECORD_BRANCH="6-1-stable"
allow-failure: true
- ruby-version: '3.3.0-preview1'
- ruby-version: '3.3.0-rc1'
active-record-version-env: ACTIVE_RECORD_VERSION="~> 7.0.0"
allow-failure: true
continue-on-error: ${{ matrix.allow-failure }}
Expand Down

0 comments on commit 953c960

Please sign in to comment.