Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhade3 committed Aug 9, 2023
1 parent d215db7 commit 07f41e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.4.0', '2.5.0', '2.6.0', '2.7.2', '3.0.0']
ruby: [ '2.4.0', '2.5.0', '2.6.0', '2.7.2', '3.0.0', '3.3.0']
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1.64.1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand All @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
- name: Run linters
Expand Down

0 comments on commit 07f41e9

Please sign in to comment.