Skip to content

Commit e57628b

Browse files
committed
Run composer-dependency-analyser with newer PHP version
1 parent 38bef53 commit e57628b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
uses: "shivammathur/setup-php@v2"
102102
with:
103103
coverage: "none"
104-
php-version: "8.1"
104+
php-version: "8.3"
105105

106106
- name: "Install dependencies"
107107
run: "composer install --no-interaction --no-progress"

0 commit comments

Comments
 (0)