Skip to content

Commit 04d3797

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 857b8a3 + 410440c commit 04d3797

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.2, 8.1]
21+
php: [8.3, 8.2, 8.1]
2222
laravel: ['8.*', '9.*', '10.*', '11.*']
2323
stability: [prefer-lowest, prefer-stable]
2424
include:
@@ -34,9 +34,13 @@ jobs:
3434
- laravel: 9.*
3535
php: 8.2
3636
stability: prefer-lowest
37+
- laravel: 9.*
38+
php: 8.3
3739
- laravel: 8.*
3840
php: 8.2
3941
stability: prefer-lowest
42+
- laravel: 8.*
43+
php: 8.3
4044
- laravel: 11.*
4145
php: 8.1
4246

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",
25+
"php": "^8.0|^8.1|^8.2|^8.3",
2626
"guzzlehttp/guzzle": "^7.5",
2727
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
2828
"mike42/escpos-php": "^4.0",

0 commit comments

Comments
 (0)