From 49bcc5adb41ab6bea7b75690a805510b64e7a705 Mon Sep 17 00:00:00 2001 From: Mike Bronner Date: Sat, 2 Mar 2024 22:11:26 +0000 Subject: [PATCH] WIP --- .github/workflows/laravel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index 1ce1d96..dac061b 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.3, 8.2, 8.1] + php: [8.2, 8.1] name: PHP ${{ matrix.php }}