diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 5988acf..bcf2b45 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} @@ -18,6 +18,6 @@ jobs: args: --config=.php_cs.dist.php --allow-risky=yes - name: Commit changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: Fix styling diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index a9f373b..448cb34 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -11,7 +11,7 @@ jobs: name: psalm runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -21,7 +21,7 @@ jobs: coverage: none - name: Cache composer dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor key: composer-${{ hashFiles('composer.lock') }} diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9f0681b..3570bbc 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,15 +13,15 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.1, 8.2] - laravel: ['^9.12', '^10.0'] + php: [8.2, 8.3] + laravel: ['^10.0', '^11.0'] stability: [prefer-lowest, prefer-stable] name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download Franc binary run: | @@ -46,4 +46,4 @@ jobs: composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: Execute tests - run: vendor/bin/phpunit + run: vendor/bin/phpunit --no-coverage diff --git a/composer.json b/composer.json index 9a8b435..5b4e665 100644 --- a/composer.json +++ b/composer.json @@ -17,17 +17,17 @@ ], "require": { "php": "^8.0", - "illuminate/contracts": "^9.12|^10.0", - "illuminate/support": "^9.12|^10.0", - "illuminate/http": "^9.12|^10.0", - "symfony/process": "^6.0" + "illuminate/contracts": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", + "illuminate/http": "^10.0|^11.0", + "symfony/process": "^6.2|^7.0" }, "require-dev": { - "brianium/paratest": "^6.2", - "nunomaduro/collision": "^6.1|^7.0", - "orchestra/testbench": "^7.0|^8.0", - "phpunit/phpunit": "^9.5.10|^10.0", - "vimeo/psalm": "^4.8", + "brianium/paratest": "^7.0", + "nunomaduro/collision": "^7.0|^8.0", + "orchestra/testbench": "^8.0|^9.0", + "phpunit/phpunit": "^10.5|^11.0", + "vimeo/psalm": "^5.0", "guzzlehttp/guzzle": "^7.0.1" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 47bdc74..cd4c571 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,39 +1,23 @@ - - - - tests - - - - - ./src - - - - - - - - - - + + + + tests + + + + + + + + + + + + + + + ./src + +