Skip to content

Commit

Permalink
Don't use Active Support 8.0 with Ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie committed Jan 13, 2025
1 parent 2fefec9 commit e5bfcaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Unlock Active Support
run: bundle lock --update activesupport
if: matrix.ruby == '3.1'
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit e5bfcaa

Please sign in to comment.