.github/workflows/ci.yml in issuer_response_codes-0.3.2 vs .github/workflows/ci.yml in issuer_response_codes-0.3.3
- old
+ new
@@ -11,10 +11,10 @@
runs-on: ubuntu-latest
env:
CI: true
strategy:
matrix:
- ruby-version: ['3.0', '3.1', '3.2']
+ ruby-version: ['3.0', '3.1', '3.2', '3.3']
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1