From 7143d04f71ccde4988efd92f19d344d9c4edec75 Mon Sep 17 00:00:00 2001 From: Shuvro Roy Date: Wed, 20 Nov 2024 09:58:13 +0600 Subject: [PATCH 1/2] chore: support php v8.4 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28d68bb..0073cfd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: operating-system: [ubuntu-latest] - php-versions: ['7.4','8.0', '8.1', '8.2', '8.3'] + php-versions: ['7.4','8.0', '8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: From f7c5e079f06868fabf72a1b589ce881578d88223 Mon Sep 17 00:00:00 2001 From: Gaurang Sharma Date: Wed, 12 Nov 2025 17:25:12 +0530 Subject: [PATCH 2/2] pin version --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d637a11..0ee3439 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - operating-system: [ubuntu-latest] + operating-system: [ubuntu-24.04] php-versions: ['7.4','8.0', '8.1', '8.2', '8.3', '8.4'] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}