Skip to content

Commit cda71ae

Browse files
committed
Fix deptrac requires ^8.1
1 parent 8274996 commit cda71ae

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)