From 83ccf94e3e3f926f72331f945f70583e0224bd49 Mon Sep 17 00:00:00 2001 From: Metod Date: Fri, 29 Aug 2025 14:58:29 +0300 Subject: [PATCH] Run tests 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 77a28e3..95b3438 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ '8.1', '8.2', '8.3' ] + php-versions: [ '8.1', '8.2', '8.3', '8.4' ] steps: - uses: actions/checkout@v5