Skip to content

Commit 07f4b4d

Browse files
authored
Merge pull request #98 from rawilk/php-8.4
Add PHP 8.4 Compatibility
2 parents 8ea5b00 + 5ebb969 commit 07f4b4d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pest.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
php: [8.3, 8.2, 8.1]
21+
php: [8.4, 8.3, 8.2, 8.1]
2222
laravel: [12.*, 11.*, 10.*, 9.*, 8.*]
2323
stability: [prefer-lowest, prefer-stable]
2424
include:
@@ -38,11 +38,15 @@ jobs:
3838
stability: prefer-lowest
3939
- laravel: 9.*
4040
php: 8.3
41+
- laravel: 9.*
42+
php: 8.4
4143
- laravel: 8.*
4244
php: 8.2
4345
stability: prefer-lowest
4446
- laravel: 8.*
4547
php: 8.3
48+
- laravel: 8.*
49+
php: 8.4
4650
- laravel: 11.*
4751
php: 8.1
4852
- laravel: 12.*

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
],
2424
"require": {
25-
"php": "^8.0|^8.1|^8.2|^8.3",
25+
"php": "^8.0",
2626
"guzzlehttp/guzzle": "^7.5",
2727
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
2828
"mike42/escpos-php": "^4.0",

0 commit comments

Comments
 (0)