Skip to content

Commit 8cd239e

Browse files
committed
Use PHP 8.3 in Name Collision Detector
1 parent 929819e commit 8cd239e

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
@@ -149,7 +149,7 @@ jobs:
149149
uses: "shivammathur/setup-php@v2"
150150
with:
151151
coverage: "none"
152-
php-version: "8.2"
152+
php-version: "8.3"
153153

154154
- name: "Install dependencies"
155155
run: "composer install --no-interaction --no-progress"

0 commit comments

Comments
 (0)