From f149d7544b2757c69dbce50fdb274767f5428cee Mon Sep 17 00:00:00 2001 From: Farhan Israq Date: Sat, 5 Oct 2024 16:37:04 +0600 Subject: [PATCH] test: Setup CI workflow to run tests on PHP 8.3 --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ec686c..1775ffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.3, 7.4, 8.0, 8.1, 8.2] + php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3] laravel: [7.*, 8.*, 9.*, 10.*, 11.*] dependency-versions: [prefer-stable] include: @@ -23,6 +23,13 @@ jobs: - laravel: 7.* testbench: 5.* exclude: + - php: 8.3 + laravel: 7.* + - php: 8.3 + laravel: 8.* + - php: 8.3 + laravel: 9.* + - php: 8.2 laravel: 7.* - php: 8.2