Skip to content

Commit

Permalink
chore: workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Dec 29, 2024
1 parent 90dd1f0 commit ea57694
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.4
ruby-version: 3.3.6
bundler-cache: true

- name: Rubocop
Expand All @@ -61,10 +61,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-20.04', 'macos-14', 'windows-latest' ]
ruby_ver: [ '2.7.8', '3.0.7', '3.1.6', '3.2.4', '3.2.5', '3.3.3', '3.3.4' ]
include:
- os: macos-12
ruby_ver: '3.2.4'
ruby_ver: [ '2.7.8', '3.0.7', '3.1.6', '3.2.6', '3.3.6', '3.4.1' ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit ea57694

Please sign in to comment.