diff --git a/.github/workflows/php-ci.yaml b/.github/workflows/php-ci.yaml index 109afb1f..5180860d 100644 --- a/.github/workflows/php-ci.yaml +++ b/.github/workflows/php-ci.yaml @@ -39,7 +39,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.13' - name: Validate composer.json and composer.lock run: composer validate