Skip to content

Commit

Permalink
add tests for ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cat5inthecradle committed Oct 3, 2024
1 parent a4bf6db commit b3ac79b
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions .github/workflows/pr-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,22 @@ jobs:
- name: Run tests
run: bundle exec rake test

# Test on latest Ruby
# test_3_3:
# runs-on: ubuntu-latest

# steps:
# - name: Checkout code
# uses: actions/checkout@v3

# - name: Set up Ruby
# uses: ruby/setup-ruby@v1
# with:
# ruby-version: 3.3
# bundler-cache: true

# - name: Run tests
# run: rake test
#Test on latest Ruby
test_3_3:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3
bundler-cache: true

- name: Install gems
run: bundle install

- name: Run tests
run: rake test

0 comments on commit b3ac79b

Please sign in to comment.