Skip to content

Commit

Permalink
Test against Active Record 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Nov 10, 2024
1 parent b1661ce commit 5c5011b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,18 @@ jobs:
- ACTIVE_RECORD_VERSION="~> 7.0.0"
- ACTIVE_RECORD_VERSION="~> 7.1.0"
- ACTIVE_RECORD_VERSION="~> 7.2.0"
- ACTIVE_RECORD_VERSION="~> 8.0.0"
allow-failure: [false]
exclude:
- ruby-version: '3.1'
active-record-version-env: ACTIVE_RECORD_VERSION="~> 8.0.0"
include:
- ruby-version: '3.3'
active-record-version-env: ACTIVE_RECORD_BRANCH="main"
allow-failure: true
- ruby-version: '3.3'
active-record-version-env: ACTIVE_RECORD_BRANCH="8-0-stable"
allow-failure: true
- ruby-version: '3.3'
active-record-version-env: ACTIVE_RECORD_BRANCH="7-2-stable"
allow-failure: true
Expand Down

0 comments on commit 5c5011b

Please sign in to comment.