.github/workflows/tests.yml in acts_as_account-3.3.0 vs .github/workflows/tests.yml in acts_as_account-3.4.0
- old
+ new
@@ -6,10 +6,10 @@
build:
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: [ '3.3', 'ruby-head' ]
+ ruby: [ '3.2', '3.3' ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1