Skip to content

Commit

Permalink
Update the CI build, remove ActiveSupport dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
adomokos committed Dec 1, 2023
1 parent ebba1cd commit b4f0561
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/project-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ jobs:
matrix:
os: [ubuntu, macos]
ruby: ['3.0', '3.1', '3.2']
gemfile: [activesupport_5, activesupport_6, activesupport_7]
exclude:
- ruby: '3.2'
gemfile: activesupport_5
- ruby: 2.7
gemfile: activesupport_7
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug' }}
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down

0 comments on commit b4f0561

Please sign in to comment.