.github/workflows/main.yml in omniauth_openid_connect-0.6.1 vs .github/workflows/main.yml in omniauth_openid_connect-0.7.0

- old
+ new

@@ -12,10 +12,10 @@ test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: - ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2"] + ruby: ["2.7", "3.0", "3.1", "3.2"] name: Ruby ${{ matrix.ruby }} steps: - name: Checkout code uses: actions/checkout@v3