Skip to content

Commit 184e5d7

Browse files
Copilotovertrue
andcommitted
Update PHP minimum version to 8.4 in pipeline and composer.json
Co-authored-by: overtrue <[email protected]>
1 parent 5df1747 commit 184e5d7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- name: Setup PHP environment
1515
uses: shivammathur/setup-php@v2
16+
with:
17+
php-version: 8.4
1618
- name: Install dependencies
1719
run: composer install
1820
- name: PHPCSFixer check
1921
run: composer check-style
2022
phpunit:
2123
strategy:
2224
matrix:
23-
php_version: [8.0, 8.1, 8.2]
25+
php_version: [8.4]
2426
runs-on: ubuntu-latest
2527
steps:
2628
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
}
1010
],
1111
"require": {
12+
"php": "^8.4",
1213
"laravel/framework": "^12.0",
1314
"phpstan/phpstan": "^2.0"
1415
},

0 commit comments

Comments
 (0)