From d07d60d26056546df926cd81d561a47e38beb5ce Mon Sep 17 00:00:00 2001 From: Daniel Jakob Date: Mon, 25 Nov 2024 11:38:06 +0100 Subject: [PATCH] Update build-config for 3.x builds --- .github/workflows/php.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 73f919c..e6c8445 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -2,9 +2,9 @@ name: tests on: push: - branches: [ master ] + branches: [ 3.x ] pull_request: - branches: [ master ] + branches: [ 3.x ] jobs: build: @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: os: ['ubuntu-latest'] - php-versions: [7.4, 8.0, 8.1, 8.2] + php-versions: [7.4, 8.0, 8.1, 8.2, 8.3, 8.4] steps: - uses: actions/checkout@v2