diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 451b570..bb6c48d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 1 - name: Cache Composer - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: vendor key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }} diff --git a/composer.json b/composer.json index 5f7e251..4c9eea4 100644 --- a/composer.json +++ b/composer.json @@ -10,10 +10,10 @@ ], "require": { "php": "^7.2|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" }, "require-dev": { - "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0", + "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0", "phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0", "larastan/larastan": "^1.0|^2.0" },