Skip to content

Commit 0cdce7e

Browse files
committed
update php requirement
1 parent 544a6a1 commit 0cdce7e

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: '8.3'
22+
php-version: '8.4'
2323
coverage: none
2424

2525
- name: Install composer dependencies

.github/workflows/run-tests.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,10 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
os: [ubuntu-latest, windows-latest]
20-
php: [8.3, 8.4]
21-
laravel: [11.*, 12.*]
20+
php: [8.3, 8.4, 8.5]
21+
laravel: [12.*]
2222
stability: [prefer-lowest, prefer-stable]
2323
include:
24-
- laravel: 11.*
25-
testbench: 9.*
26-
carbon: ^2.63
2724
- laravel: 12.*
2825
testbench: 10.*
2926
carbon: ^3.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/LycheeOrg/verify",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.3",
7+
"php": "^8.4",
88
"illuminate/contracts": "^12.0||^11.0",
99
"thecodingmachine/safe": "^3.3"
1010
},
@@ -47,7 +47,7 @@
4747
},
4848
"config": {
4949
"platform": {
50-
"php": "8.3"
50+
"php": "8.4"
5151
},
5252
"sort-packages": true,
5353
"allow-plugins": {

0 commit comments

Comments
 (0)