diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 62d0391..ceb837a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: php: ['8.4', '8.3', '8.2', '8.1', '8.0'] - laravel: ['8.*', '9.*', '10.*', '11.*', '12.*'] + laravel: ['8.*', '9.*', '10.*', '11.*', '12.*', '13.*'] dependency-version: [prefer-stable] exclude: - php: 8.0 @@ -40,6 +40,12 @@ jobs: laravel: 8.* - php: 8.4 laravel: 9.* + - laravel: 13.* + php: '8.2' + - laravel: 13.* + php: '8.1' + - laravel: 13.* + php: '8.0' include: - laravel: 8.* testbench: 6.23 @@ -51,6 +57,8 @@ jobs: testbench: 9.* - laravel: 12.* testbench: 10.* + - laravel: 13.* + testbench: '11.0' name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest @@ -71,4 +79,4 @@ jobs: composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction - name: Execute tests - run: vendor/bin/phpunit \ No newline at end of file + run: vendor/bin/phpunit diff --git a/composer.json b/composer.json index e6da0e9..c664c1a 100644 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": "^7.1 || ^8.0", - "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0 || ^11.0 || ^12.0" + "illuminate/support": "^5.5 || ^6.0 || ^7.0 || ^8.0 || ^9.0|^10.0 || ^11.0 || ^12.0 || ^13.0" }, "require-dev": { "laravel/legacy-factories": "^1.0", - "orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0|^8.0 || ^9.0 || ^10.0", - "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^10.5 || ^11.5.3" + "orchestra/testbench": "^3.0 || ^4.0 || ^5.0 || ^6.0|^8.0 || ^9.0 || ^10.0 || ^11.0", + "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0 || ^10.5 || ^11.5.3 || ^12.5.12" }, "autoload": { "psr-4": {