Skip to content

Commit

Permalink
Update CI for Active Record 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Aug 11, 2024
1 parent 8426758 commit e87f56f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,20 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['3.0', '3.1', '3.2', '3.3']
ruby-version: ['3.1', '3.2', '3.3']
active-record-version-env:
- ACTIVE_RECORD_VERSION="~> 6.1.0"
- ACTIVE_RECORD_VERSION="~> 7.0.0"
- ACTIVE_RECORD_VERSION="~> 7.1.0"
- ACTIVE_RECORD_VERSION="~> 7.2.0.beta2"
allow-failure: [false]
- ACTIVE_RECORD_VERSION="~> 7.2.0"
allow-failure: [ false ]
include:
- ruby-version: '3.0'
active-record-version-env: ACTIVE_RECORD_VERSION="~> 6.1.0"
- ruby-version: '3.0'
active-record-version-env: ACTIVE_RECORD_VERSION="~> 7.0.0"
- ruby-version: '3.0'
active-record-version-env: ACTIVE_RECORD_VERSION="~> 7.1.0"
- ruby-version: '3.3'
active-record-version-env: ACTIVE_RECORD_BRANCH="main"
allow-failure: true
Expand Down

0 comments on commit e87f56f

Please sign in to comment.