From 95b84ddfc77cce16ac1f4f7fac43420b99db728f Mon Sep 17 00:00:00 2001 From: Patrick Carlo-Hickman Date: Fri, 29 Nov 2024 17:58:49 -0500 Subject: [PATCH] wip --- .github/workflows/phpunit.yml | 6 +++--- .scrutinizer.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 806690f..eaa58eb 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.3 + name: phpcs - PHP 8.4 steps: - name: Checkout repo @@ -16,7 +16,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.3' + php-version: '8.4' # Dependencies needed for the shiftonelabs/codesniffer-standard package. - name: Install dependencies @@ -35,7 +35,7 @@ jobs: matrix: os: [ubuntu-latest] - php: ['8.0', '8.1', '8.2', '8.3'] + php: ['8.0', '8.1', '8.2', '8.3', '8.4'] laravel: ['9.*', '10.*', '11.*'] exclude: - php: '8.0' diff --git a/.scrutinizer.yml b/.scrutinizer.yml index c72a86f..5ff9203 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -14,4 +14,4 @@ filter: tools: external_code_coverage: timeout: 5400 - runs: 9 + runs: 12