.github/workflows/ci.yml in paquito-0.10.0 vs .github/workflows/ci.yml in paquito-0.11.0
- old
+ new
@@ -21,10 +21,10 @@
rubies:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- ruby: [ ruby-head, '3.1', '3.0', '2.7' ]
+ ruby: [ ruby-head, '3.2', '3.1', '3.0', '2.7' ]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Remove Gemfile.lock
run: rm Gemfile.lock