From 6c9811b29471586f285192f8c8072c6f2735e065 Mon Sep 17 00:00:00 2001 From: Christer Edvartsen Date: Mon, 6 Jan 2025 11:04:14 +0100 Subject: [PATCH] Test on PHP 8.4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b0ae8ac..e7999c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.3'] + php: ['8.3', '8.4'] name: Validate and test on PHP ${{ matrix.php }} steps: - uses: actions/checkout@v4