diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3d72209..c9943ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,8 +9,8 @@ jobs: strategy: matrix: - php: [8.0, 8.1, '8.2'] - laravel: ['9.*', '10.*', '11.*', '12.*'] + php: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] + laravel: ['9.*', '10.*', '11.*', '12.*', '13.*'] dependency-version: [prefer-lowest, prefer-stable] os: [ubuntu-latest] include: @@ -22,6 +22,8 @@ jobs: testbench: 9.* - laravel: 12.* testbench: 10.* + - laravel: 13.* + testbench: 11.* exclude: - laravel: 11.* php: 8.0 @@ -31,6 +33,12 @@ jobs: php: 8.0 - laravel: 12.* php: 8.1 + - laravel: 13.* + php: '8.0' + - laravel: 13.* + php: '8.1' + - laravel: 13.* + php: '8.2' name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }} diff --git a/composer.json b/composer.json index f94c76e..1bdc36e 100644 --- a/composer.json +++ b/composer.json @@ -19,12 +19,12 @@ "require": { "php": "~7.2|^8.0", "guzzlehttp/guzzle": "^6.3|^7.0", - "illuminate/support": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" + "illuminate/support": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "phpunit/phpunit": ">=7.0", - "orchestra/testbench": "^4.0|^8.0|^9.0|^10.0", - "squizlabs/php_codesniffer": "^3.0" + "orchestra/testbench": "^4.0|^8.0|^9.0|^10.0|^11.0", + "squizlabs/php_codesniffer": "^3.0|^4.0" }, "autoload": { "psr-4": {