.github/workflows/test.yml in prawn-svg-0.33.0 vs .github/workflows/test.yml in prawn-svg-0.34.0

- old
+ new

@@ -4,10 +4,10 @@ rake_new: runs-on: ubuntu-latest strategy: fail-fast: false matrix: - ruby: [2.6, 2.7, '3.0', 3.1, 3.2] + ruby: [2.6, 2.7, '3.0', 3.1, 3.2, 3.3] steps: - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: