.github/workflows/ci.yml in pushpad-1.0.0 vs .github/workflows/ci.yml in pushpad-1.1.0
- old
+ new
@@ -8,10 +8,10 @@
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- ruby-version: ['2.7', '3.0', '3.1']
+ ruby-version: ['3.0', '3.1', '3.2', '3.3']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with: