Skip to content

Commit

Permalink
Merge pull request #401 from ridgepole/chore/update_ci_def
Browse files Browse the repository at this point in the history
chore: Update test.yml
  • Loading branch information
winebarrel committed Sep 24, 2022
2 parents 512d4d9 + 1292546 commit 07b90e0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ on:
push:
paths-ignore:
- .gitignore
- .rspec
- CHANGELOG.md
- docker-compose.yml
- README.md
pull_request:
paths-ignore:
- .gitignore
- .rspec
- CHANGELOG.md
- docker-compose.yml
- README.md

jobs:
Expand All @@ -35,15 +31,6 @@ jobs:
- gemfiles/activerecord_6.0.gemfile
- gemfiles/activerecord_6.1.gemfile
- gemfiles/activerecord_7.0.gemfile
exclude:
- ruby: "3.0"
gemfile: gemfiles/activerecord_5.1.gemfile
- ruby: "3.0"
gemfile: gemfiles/activerecord_5.2.gemfile
- ruby: "3.1"
gemfile: gemfiles/activerecord_5.1.gemfile
- ruby: "3.1"
gemfile: gemfiles/activerecord_5.2.gemfile
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
Expand Down

0 comments on commit 07b90e0

Please sign in to comment.