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