diff --git a/.github/workflows/deptrac.yml b/.github/workflows/deptrac.yml index a46702a..a7f36a6 100644 --- a/.github/workflows/deptrac.yml +++ b/.github/workflows/deptrac.yml @@ -39,7 +39,7 @@ jobs: - name: Set up PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.1' + php-version: '8.2' tools: composer extensions: intl, json, mbstring, xml coverage: none