Skip to content

Commit

Permalink
Exclude older versions of ActiveSupport * Ruby 3.4 from CI
Browse files Browse the repository at this point in the history
Ruby 3.4 removes base64 from the stdlib, moving it into a gem instead,
and ActiveSupport < 7.1 didn't account for that change.
  • Loading branch information
pilaf committed May 20, 2024
1 parent b10f42f commit 0faa206
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
matrix:
ruby: ['3.0', 3.1, 3.2, 3.3, '3.4.0-preview1']
activerecord: [6.1, '7.0', 7.1]
exclude:
- ruby: '3.4.0-preview1'
activerecord: 6.1
- ruby: '3.4.0-preview1'
activerecord: '7.0'

runs-on: ubuntu-latest

Expand Down

0 comments on commit 0faa206

Please sign in to comment.