From 79e7926a298831e6dddb4c44c24669a0ade21da1 Mon Sep 17 00:00:00 2001 From: Pascal Baljet Date: Wed, 23 Oct 2024 00:07:16 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 59c0c93..634e10c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: true matrix: - inertia: [v1] + inertia: [v1, v2] stack: [react, vue] name: Dusk Test Inertia ${{ matrix.inertia }} - Stack ${{ matrix.stack }}