.github/workflows/ci.yml in pitchfork-0.1.2 vs .github/workflows/ci.yml in pitchfork-0.2.0
- old
+ new
@@ -9,10 +9,10 @@
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
redis: ["6.2"]
- ruby: ["3.1", "3.0", "2.7", "2.6"]
+ ruby: ["3.2", "3.1", "3.0", "2.7", "2.6"]
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3