diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d77380ed..02d65ebe5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -132,11 +132,11 @@ jobs: mysql --host 127.0.0.1 --port 3306 -uroot -proot -e "CREATE DATABASE IF NOT EXISTS test_maker;" - name: "Install PHP with extensions" - uses: shivammathur/setup-php@2.7.0 + uses: shivammathur/setup-php@v2 with: coverage: "none" php-version: ${{ matrix.php-version }} - tools: composer:v2 + tools: composer:2.2 - name: "Add PHPUnit matcher" run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"