Skip to content

Commit

Permalink
Run dep_shield with multiple rails versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 21, 2024
1 parent 4772efa commit d7dc462
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dep_shield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@ jobs:
with:
package: ${{ github.workflow }}
workdir: "packages/${{ github.workflow }}"
gemfiles: "['gemfiles/rails_6_0.gemfile','gemfiles/rails_6_1.gemfile','gemfiles/rails_7_0.gemfile']"
ruby: '["3.0","3.1","3.2","3.3"]'
exclude: |-
[
{ 'ruby': '3.2', 'gemfile': 'gemfiles/rails_6_0.gemfile'},
{ 'ruby': '3.3', 'gemfile': 'gemfiles/rails_6_0.gemfile'},
{ 'ruby': '3.2', 'gemfile': 'gemfiles/rails_6_1.gemfile'},
{ 'ruby': '3.3', 'gemfile': 'gemfiles/rails_6_1.gemfile'},
]
secrets: inherit

0 comments on commit d7dc462

Please sign in to comment.