Skip to content

Commit

Permalink
Test against Ruby 3.1 / Active Record 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Jan 7, 2022
1 parent d99727b commit 7b3f856
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
- ACTIVE_RECORD_VERSION="~> 7.0.0"
allow-failure: [false]
include:
- ruby-version: '3.1'
active-record-version-env: ACTIVE_RECORD_VERSION="~> 7.0.0"
allow-failure: true
- ruby-version: '3.1'
active-record-version-env: ACTIVE_RECORD_BRANCH="7-0-stable"
allow-failure: true
Expand All @@ -60,9 +57,6 @@ jobs:
- ruby-version: '2.6'
active-record-version-env: ACTIVE_RECORD_VERSION="~> 7.0.0"
allow-failure: false
- ruby-version: '3.1'
active-record-version-env: ACTIVE_RECORD_VERSION="~> 7.0.0"
allow-failure: false
continue-on-error: ${{ matrix.allow-failure }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7b3f856

Please sign in to comment.