Skip to content

Commit 6364e14

Browse files
committed
build: Update to PHP 8.4
1 parent fb5a093 commit 6364e14

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/code-quality.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Setup PHP with Xdebug
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: '8.3'
27-
coverage: xdebug
26+
php-version: '8.4'
2827

2928
- name: Install dependencies with composer
3029
run: composer install --no-ansi --no-interaction --no-progress && composer require barryvdh/laravel-debugbar spatie/laravel-typescript-transformer --dev
@@ -51,11 +50,10 @@ jobs:
5150
with:
5251
fetch-depth: 0
5352

54-
- name: Setup PHP with Xdebug
53+
- name: Setup PHP
5554
uses: shivammathur/setup-php@v2
5655
with:
57-
php-version: '8.3'
58-
coverage: xdebug
56+
php-version: '8.4'
5957

6058
- name: Install dependencies with composer
6159
run: composer install --no-ansi --no-interaction --no-progress && composer require barryvdh/laravel-debugbar spatie/laravel-typescript-transformer --dev

0 commit comments

Comments
 (0)