From 893872da5d6696f88fae9789d54cd50738dadb7c Mon Sep 17 00:00:00 2001 From: Quentin Gabriele Date: Mon, 5 Feb 2024 16:07:50 +0100 Subject: [PATCH] update github flow --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index b7b010a..25f6f5b 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,9 +13,9 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.2] + php: [8.3] laravel: [10.*] - stability: [prefer-lowest, prefer-stable] + stability: [prefer-stable] include: - laravel: 10.* testbench: ^8.8 @@ -48,4 +48,4 @@ jobs: run: composer show -D - name: Execute tests - run: vendor/bin/pest --ci \ No newline at end of file + run: vendor/bin/pest --ci