From 7bebdb8c0d6f7f50fa308e03cbfc32fa0675c15a Mon Sep 17 00:00:00 2001 From: Sean McNamara Date: Fri, 5 Apr 2024 12:44:10 +0100 Subject: [PATCH] Updates GitHub build to use PHP 8.1 --- .github/workflows/php.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 7b7789ae..72289111 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -4,7 +4,7 @@ on: push: branches: [ "master"] pull_request: - branches: [ "1.x.x" ] + branches: [ "1.x.x" , "2.x.x" ] permissions: contents: read @@ -18,7 +18,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.0 + php-version: 8.1 - name: Validate composer.json and composer.lock run: composer validate --strict