Skip to content

Commit d397c58

Browse files
dknaussclaude
andcommitted
Fix copilot-setup-steps: bump PHP to 8.4
doctrine/instantiator 2.1.0 in composer.lock requires PHP ^8.4. The workflow was set to 8.3 which can't satisfy this constraint. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 350d812 commit d397c58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: "8.3"
25+
php-version: "8.4"
2626
tools: composer:v2
2727
coverage: none
2828

0 commit comments

Comments
 (0)