.github/workflows/ruby.yml in fhir_client-5.0.3 vs .github/workflows/ruby.yml in fhir_client-6.0.0

- old
+ new

@@ -9,10 +9,10 @@ jobs: test: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.6', '2.7'] + ruby-version: ['3.0', '3.1', '3.2'] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 \ No newline at end of file