diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b41e1d..bee6a2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3', '8.4'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5'] name: Testing on PHP ${{ matrix.php }} steps: - name: Checkout @@ -21,7 +21,7 @@ jobs: tools: composer - name: Install PHP dependencies - run: composer install -q + run: composer install - name: Run phpunit run: vendor/bin/phpunit diff --git a/composer.json b/composer.json index c25b483..4a13716 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "ext-fileinfo": "*", "phpunit/phpunit": "^10.0 || ^11.0 || ^12.0", - "orchestra/testbench": "^8.18 || ^9.9" + "orchestra/testbench": "^8.18 || ^9.9 || ^10.6" }, "autoload": { "psr-4": {