We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d50132 commit 96f74d8Copy full SHA for 96f74d8
.github/workflows/run-tests.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: true
16
matrix:
17
- php: [8.1]
+ php: [8.2, 8.1]
18
laravel: [10.*, 9.*, 8.*]
19
stability: [prefer-lowest, prefer-stable]
20
include:
@@ -24,6 +24,13 @@ jobs:
24
testbench: 7.*
25
- laravel: 8.*
26
testbench: ^6.23
27
+ exclude:
28
+ - laravel: 9.*
29
+ php: 8.2
30
+ stability: prefer-lowest
31
+ - laravel: 8.*
32
33
34
35
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
36
composer.json
@@ -22,7 +22,7 @@
22
}
23
],
"require": {
- "php": "^8.0|^8.1",
+ "php": "^8.0|^8.1|^8.2",
"guzzlehttp/guzzle": "^7.5",
"illuminate/support": "^8.0|^9.0|^10.0",
"mike42/escpos-php": "^4.0",
0 commit comments