diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 97871f8..a214759 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -8,14 +8,15 @@ jobs: strategy: matrix: - php: [7.4, 7.3] - laravel: [6, 7] + laravel: [10, 11] dependency-version: [lowest, stable] include: - - laravel: 7 - testbench: 5 - - laravel: 6 - testbench: 4 + - laravel: 10 + testbench: 8 + php: 8.1 + - laravel: 11 + testbench: 9 + php: 8.3 name: ${{ matrix.laravel }}.x on ${{ matrix.php }} (${{ matrix.dependency-version }} deps) @@ -24,7 +25,7 @@ jobs: uses: actions/checkout@v1 - name: Setup PHP - uses: shivammathur/setup-php@v1 + uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} extensions: dom, libxml, mbstring diff --git a/composer.json b/composer.json index e82592d..ea81b21 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ "require": { "php": ">=7.3.0", "microsoft/tolerant-php-parser": "dev-main", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|10.*", - "illuminate/console": "^6.0|^7.0|^8.0|^9.0|10.*" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|10.*|^11.0", + "illuminate/console": "^6.0|^7.0|^8.0|^9.0|10.*|^11.0" }, "require-dev": { - "laravel/framework": "^6.0|^7.0|^8.0|^9.0|10.*", - "orchestra/testbench": "^4.0|^5.0|^7.0|^8.0", - "phpunit/phpunit": "^9.0" + "laravel/framework": "^6.0|^7.0|^8.0|^9.0|10.*|^11.0", + "orchestra/testbench": "^4.0|^5.0|^7.0|^8.0|^9.0", + "phpunit/phpunit": "^9.0|^10.0" }, "autoload": { "psr-4": { diff --git a/phpunit.xml b/phpunit.xml index 0eeedca..98c0c73 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,29 +1,21 @@ - - - - ./tests - - - - - ./src - - - - - - - - - - + + + + ./src + + + + + ./tests + + + + + + + + + +