.github/workflows/test.yml in itax_code-2.0.2 vs .github/workflows/test.yml in itax_code-2.0.3

- old
+ new

@@ -16,10 +16,10 @@ runs-on: ubuntu-latest continue-on-error: ${{endsWith(matrix.ruby, 'head') || matrix.ruby == 'debug'}} strategy: fail-fast: false matrix: - ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, head] + ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head] steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: bundler-cache: true