diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d979ae1..f0f2434 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,8 +15,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - next: [13, 14] - node: [18, 20] + next: [13, 14, 15] + node: [18, 20, 22] name: Test with Next.js ${{ matrix.next }} and Node.js ${{ matrix.node }} steps: - uses: actions/checkout@v4