Skip to content

Commit ce1a9fb

Browse files
authored
add php 8.3 support
1 parent b16d67c commit ce1a9fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: true
1111
matrix:
12-
php: [7.3, 7.4, '8.0', 8.1, 8.2]
12+
php: [7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
1313
laravel: [6, 7, 8, 9, 10, 11]
1414
exclude:
1515
- php: 7.3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^7.3|^8.0|^8.1|^8.2",
24+
"php": "^7.3|^8.0|^8.1|^8.2|^8.3",
2525
"illuminate/support": "6.11.0|^7.0|^8.0|^9.0|^10.0|^11.0",
2626
"setasign/fpdi-tcpdf": "^2.2",
2727
"tecnickcom/tcpdf": "^6.3",

0 commit comments

Comments
 (0)