diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d438771..55611d0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: [8.1, 8.0, 7.4, 7.3, 7.2, 7.1] + php: [8.3, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1] runs-on: ${{ matrix.os }} steps: diff --git a/composer.json b/composer.json index 568e2cba..e0712931 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "phpunit/phpunit": "^9.3.11||^8.5.21||^7.5.20", "vimeo/psalm": "^4.10.0", "friendsofphp/php-cs-fixer": "^3.0.0", - "infection/infection": "^0.25.0", + "infection/infection": "^0.27.0", "roave/infection-static-analysis-plugin": "^1.10.0" }, "autoload": { @@ -44,5 +44,10 @@ "test-formatting": "@composer fix -- --dry-run", "fix": "vendor/bin/php-cs-fixer fix --verbose --show-progress=dots --diff" + }, + "config": { + "allow-plugins": { + "infection/extension-installer": true + } } }