Skip to content

Commit f7de960

Browse files
committed
Support for PHP 8.4
1 parent 06b6729 commit f7de960

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/run-tests.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,14 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [8.3, 8.2, 8.1]
15-
laravel: ['10.*', '11.*']
14+
php: [8.4, 8.3, 8.2]
15+
laravel: ["10.*", "11.*"]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717
include:
1818
- laravel: 10.*
1919
testbench: 8.*
2020
- laravel: 11.*
2121
testbench: 9.*
22-
exclude:
23-
- laravel: 11.*
24-
php: 8.1
2522

2623
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
2724

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## Requirements
1414

15-
* PHP 8.1+
15+
* PHP 8.2+
1616
* Laravel 10.0
1717

1818
## Installation

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1 || ^8.2 || ^8.3",
19+
"php": "^8.2 || ^8.3 || ^8.4",
2020
"illuminate/support": " ^10.0 || ^11.0"
2121
},
2222
"require-dev": {

0 commit comments

Comments
 (0)