Skip to content

Commit 96f74d8

Browse files
authored
Add Php 8.2 compatibility (#57)
1 parent 3d50132 commit 96f74d8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
php: [8.1]
17+
php: [8.2, 8.1]
1818
laravel: [10.*, 9.*, 8.*]
1919
stability: [prefer-lowest, prefer-stable]
2020
include:
@@ -24,6 +24,13 @@ jobs:
2424
testbench: 7.*
2525
- laravel: 8.*
2626
testbench: ^6.23
27+
exclude:
28+
- laravel: 9.*
29+
php: 8.2
30+
stability: prefer-lowest
31+
- laravel: 8.*
32+
php: 8.2
33+
stability: prefer-lowest
2734

2835
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}
2936

composer.json

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

0 commit comments

Comments
 (0)