Skip to content

Commit

Permalink
Merge branch 'synth:main' into support-common-jwks
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedonfarrugia authored Jun 2, 2024
2 parents ca5764c + 21f4204 commit 68aeca2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,23 @@
name: Ruby

on:
push:
pull_request:

jobs:
test:

runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0']
os: [ubuntu-latest, macos-latest]
ruby-version: ['3.0', '3.1', '3.2', '3.3']
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@473e4d8fe5dd94ee328fdfca9f8c9c7afc9dae5e
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit 68aeca2

Please sign in to comment.