From 0411e6940a04a83174c95a2999b24a7385db16f9 Mon Sep 17 00:00:00 2001 From: przemyslaw-przylucki Date: Tue, 14 May 2024 09:47:59 +0200 Subject: [PATCH] fix CI --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 3cddcab..c6c5a19 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,8 +13,8 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest, windows-latest ] - php: [ 8.2, 8.1 ] - laravel: [ 10.* ] + php: [ 8.3 ] + laravel: [ 11.* ] stability: [ prefer-lowest, prefer-stable ] include: - laravel: 11.*