From 403cf3ab9c5e6a903a1a9201dfd96e2ac2bb409b Mon Sep 17 00:00:00 2001 From: Asaba William Date: Sun, 5 Jan 2025 18:23:54 +0300 Subject: [PATCH] wip --- .github/workflows/run-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index be10648..819bf11 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,7 +12,7 @@ on: jobs: test: runs-on: ${{ matrix.os }} - timeout-minutes: 5 + timeout-minutes: 15 strategy: fail-fast: true matrix: @@ -27,6 +27,9 @@ jobs: - laravel: 10.* testbench: 8.* carbon: ^2.63 + exclude: + - php: 8.4 + laravel: 10.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}