Skip to content

Commit

Permalink
Merge branch 'master' into jhongturney/add-ruby-3-to-matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney authored Aug 26, 2024
2 parents 98a0b73 + 6e885b9 commit 6f700ad
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
RUBOCOP_TEST: false
RSPEC_TEST: true
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
fail-fast: false
matrix:
Expand All @@ -27,6 +29,8 @@ jobs:
RUBOCOP_TEST: false
RSPEC_TEST: true
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
fail-fast: false
matrix:
Expand All @@ -46,6 +50,8 @@ jobs:
RUBOCOP_TEST: false
RSPEC_TEST: true
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
fail-fast: false
matrix:
Expand All @@ -65,6 +71,8 @@ jobs:
RUBOCOP_TEST: false
RSPEC_TEST: true
runs-on: ubuntu-latest
permissions:
contents: read
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@a6e6f86333f0a2523ece813039b8b4be04560854 # v1.190.0
with:
ruby-version: '2.6'
- run: bundle install
Expand Down

0 comments on commit 6f700ad

Please sign in to comment.