.github/workflows/pr.yml in legitbot-1.10.3 vs .github/workflows/pr.yml in legitbot-1.10.4
- old
+ new
@@ -8,11 +8,11 @@
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- ruby: [jruby, 3.0, 3.1, 3.2]
+ ruby: [jruby, 3.0.6, 3.1, 3.2]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
@@ -36,10 +36,10 @@
needs: test
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: [3.0]
+ ruby: [3.1]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1