Skip to content

Commit 32a5ccc

Browse files
authored
Merge pull request #6804 from paulbalandan/deptrac
Fix deptrac requires ^8.1
2 parents 8274996 + cda71ae commit 32a5ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deptrac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2
4141
with:
42-
php-version: '8.0'
42+
php-version: '8.1'
4343
tools: composer, phive
4444
extensions: intl, json, mbstring, gd, mysqlnd, xdebug, xml, sqlite3
4545

0 commit comments

Comments
 (0)