Skip to content

Commit

Permalink
try new ruby vers
Browse files Browse the repository at this point in the history
  • Loading branch information
RustamCadoLabs committed Dec 9, 2023
1 parent 27d215f commit 0b40d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
ruby-version: "3.2"
bundler-cache: true
- name: Build and install gem to systems gems
run: bundle exec rake install
Expand All @@ -39,13 +39,13 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "3.0"]
ruby: ["2.7", "3.0", "3.1"]

steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler-cache: false
- name: Run specs
run: bundle exec rspec

0 comments on commit 0b40d6d

Please sign in to comment.