diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index de21e48..b092ddc 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -1,10 +1,6 @@ name: PHP Composer -on: - push: - branches: ["master"] - pull_request: - branches: ["master"] +on: [push] permissions: contents: read @@ -31,11 +27,11 @@ jobs: - name: Install dependencies uses: php-actions/composer@v6 with: - php_version: "8.2" + php_version: "8.3" - name: Run tests uses: php-actions/composer@v6 with: command: test - php_version: "8.2" + php_version: "8.3" php_extensions: xdebug diff --git a/.gitignore b/.gitignore index 8762117..2858c60 100755 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ docs vendor coverage .phpunit.cache +.idea diff --git a/composer.json b/composer.json index 908e30a..b403f6a 100755 --- a/composer.json +++ b/composer.json @@ -17,11 +17,11 @@ ], "require": { "php": "^8.2", - "illuminate/support": "^11.0|^12.0" + "illuminate/support": "^12.0|^13.0" }, "require-dev": { - "orchestra/testbench": "^9.0|^10.0", - "phpunit/phpunit": "^11.0" + "orchestra/testbench": "^10.0|^11.0", + "phpunit/phpunit": "^11.5" }, "autoload": { "psr-4": {