.github/workflows/ruby.yml in ezid-client-1.9.4 vs .github/workflows/ruby.yml in ezid-client-1.10.0

- old
+ new

@@ -17,10 +17,10 @@ test: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.7', '3.0', '3.1'] + ruby-version: ['3.0', '3.1', '3.2', '3.3'] steps: - uses: actions/checkout@v2 - name: Set up Ruby # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,