From c3575a803b0e5d6c7d87285ea7a0ce82ec4d2475 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 25 Feb 2025 14:30:51 +0100 Subject: [PATCH] run tests on PHP 8.3 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 540f0d44..ef9a9b29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,8 @@ jobs: - laravel: 11 php: "8.3" - laravel: 12 - php: "8.4" + php: "8.3" + # Ideally we'd run at least one of these on PHP 8.4, however the Dockerfile seems to require some changes for that steps: - uses: actions/checkout@v2