.github/workflows/tests.yml in acts_as_account-3.2.3 vs .github/workflows/tests.yml in acts_as_account-3.3.0

- old
+ new

@@ -6,10 +6,10 @@ build: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '2.7', 'ruby-head' ] + ruby: [ '3.3', 'ruby-head' ] steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@v1