Skip to content

Commit

Permalink
Merge pull request #368 from aaronmallen/fix-the-build
Browse files Browse the repository at this point in the history
fix the build
  • Loading branch information
aaronmallen authored Oct 1, 2023
2 parents be159c3 + f7b0232 commit 6b5f0c1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-ruby@v1.1.2
with:
ruby-version: 2.6
ruby-version: '2.7'
architecture: x64
- name: Publish to RubyGems
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: '2.7'
bundler-cache: true

- name: Run Rubocop
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,4 @@ jobs:
strategy:
matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
2 changes: 1 addition & 1 deletion .github/workflows/upload_sarif.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set Up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.5
ruby-version: '2.7'
bundler-cache: true

- name: Generate Sarif Output
Expand Down

0 comments on commit 6b5f0c1

Please sign in to comment.