diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 03a5bcc..2dcf99c 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -12,41 +12,20 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [7.4, 8.0, 8.1, '8.2'] - laravel: ['7.*', '8.*', '9.*', '10.*', '11.*'] + php: [8.2, 8.3] + laravel: ['10.*', '11.*'] dependency-version: [prefer-lowest, prefer-stable] include: - laravel: 10.* testbench: 8.* - - laravel: 9.* - testbench: 7.* - - laravel: 8.* - testbench: ^6.23 - - laravel: 7.* - testbench: ^5.20 - laravel: 11.* testbench: 9.* - exclude: - - laravel: 10.* - php: 8.0 - - laravel: 10.* - php: 7.4 - - laravel: 9.* - php: 7.4 - - laravel: 7.* - php: 8.1 - - laravel: 11.* - php: 7.4 - - laravel: 11.* - php: 8.0 - - laravel: 11.* - php: 8.1 name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index 1355a68..609cc0d 100644 --- a/composer.json +++ b/composer.json @@ -19,13 +19,12 @@ } ], "require": { - "php": "^7.4|^8.0", - "laravel/framework": "^7.30|^8.73|^9.0|^10.0|^11.0" + "php": "^8.2", + "laravel/framework": "^10.0|^11.0" }, "require-dev": { - "orchestra/testbench": "^5.20|^6.23|^7.0|^8.0|^9.0", - "pestphp/pest": "^1.22|^2.34", - "phpunit/phpunit": "^9.5|^10.5" + "orchestra/testbench": "^8.0|^9.0", + "pestphp/pest": "^2.34" }, "autoload": { "psr-4": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3bbe22a..8d7d0e3 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,39 +1,23 @@ - - - - tests - - - - - ./src - - - - - - - - - - + + + + tests + + + + + + + + + + + + + + + ./src + +