Skip to content

Commit d258317

Browse files
committed
ci(php): upgrade php to 8.4
1 parent 1945984 commit d258317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [8.3]
16+
php: [8.4]
1717

1818
steps:
1919
- name: Checkout code
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup PHP
6060
uses: shivammathur/setup-php@v2
6161
with:
62-
php-version: 8.3
62+
php-version: 8.4
6363
extensions: mbstring, bcmath, ctype, fileinfo, json, tokenizer
6464
coverage: none
6565

0 commit comments

Comments
 (0)