Skip to content

Commit 491c68e

Browse files
committed
Fix: update correct php version
1 parent 6b4f1c6 commit 491c68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
- name: Set up PHP
3131
uses: shivammathur/setup-php@v2
3232
with:
33-
php-version: '8.2'
33+
php-version: '8.3'
3434
- name: Install composer dependencies
3535
run: composer install --prefer-dist --no-progress --no-interaction

0 commit comments

Comments
 (0)