From efb63a7f7c2117ea047c2b9cb68045e517708b4e Mon Sep 17 00:00:00 2001 From: Patrick Carlo-Hickman Date: Fri, 20 Sep 2024 11:09:01 -0400 Subject: [PATCH] Update github actions and scrutinizer to use PHP 8.3. --- .github/workflows/phpunit.yml | 4 ++-- .scrutinizer.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 290eed2..806690f 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -6,7 +6,7 @@ jobs: phpcs: runs-on: ubuntu-latest - name: phpcs - PHP 8.2 + name: phpcs - PHP 8.3 steps: - name: Checkout repo @@ -16,7 +16,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.2' + php-version: '8.3' # Dependencies needed for the shiftonelabs/codesniffer-standard package. - name: Install dependencies diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 8678f9f..e4eb614 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -2,7 +2,7 @@ build: nodes: analysis: environment: - php: 8.2 + php: 8.3 tests: override: - php-scrutinizer-run