diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 23d1c7d..a1f0b0d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -16,17 +16,13 @@ jobs: strategy: matrix: - php: [8.2, 8.1, 8.0, 7.4] + php: [8.3, 8.2, 8.1] # prefer-lowest is causing unit tests to fail when php 7.2 is run against PHPunit 7.x, # PHPUnit 8.x is the latest stable release that supports PHP 7.2 and that runs fine # dependency-version: [prefer-lowest, prefer-stable] dependency-version: [prefer-stable] os: [ubuntu-20.04, ubuntu-22.04] include: - - os: ubuntu-20.04 - php: 7.4 - - os: ubuntu-20.04 - php: 8.0 - os: ubuntu-20.04 php: 8.1 - os: ubuntu-20.04 @@ -41,7 +37,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/rector.php b/rector.php index 0708f6f..7a96cac 100644 --- a/rector.php +++ b/rector.php @@ -1,7 +1,6 @@ withPhpSets( php81: true ) + ->withPhpSets( php81: true ) // up to the php version here ->withRules([ //AddVoidReturnTypeWhereNoReturnRector::class, ])