Skip to content

Commit

Permalink
Use PHP 8.3 in Name Collision Detector
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Nov 6, 2023
1 parent 929819e commit 8cd239e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
uses: "shivammathur/setup-php@v2"
with:
coverage: "none"
php-version: "8.2"
php-version: "8.3"

- name: "Install dependencies"
run: "composer install --no-interaction --no-progress"
Expand Down

0 comments on commit 8cd239e

Please sign in to comment.