Skip to content

Commit

Permalink
Merge pull request Casecommons#522 from Casecommons/ruby-3.3
Browse files Browse the repository at this point in the history
Run tests against Ruby 3.3
  • Loading branch information
nertzy authored Dec 25, 2023
2 parents 227e08f + e469ccd commit 83c18b6
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,25 +36,22 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
active-record-version-env:
- ACTIVE_RECORD_VERSION="~> 6.0.0"
- ACTIVE_RECORD_VERSION="~> 6.1.0"
- ACTIVE_RECORD_VERSION="~> 7.0.0"
allow-failure: [false]
include:
- ruby-version: '3.2'
- ruby-version: '3.3'
active-record-version-env: ACTIVE_RECORD_BRANCH="main"
allow-failure: true
- ruby-version: '3.2'
- ruby-version: '3.3'
active-record-version-env: ACTIVE_RECORD_BRANCH="7-0-stable"
allow-failure: true
- ruby-version: '3.2'
- ruby-version: '3.3'
active-record-version-env: ACTIVE_RECORD_BRANCH="6-1-stable"
allow-failure: true
- 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 }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 83c18b6

Please sign in to comment.