diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15fa8e9..3d8a33c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby: [ '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3' ] + ruby: [ '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ] steps: - uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby }}