Skip to content

Commit

Permalink
add php 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeremcansev authored Apr 3, 2024
1 parent b16d67c commit ce1a9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, '8.0', 8.1, 8.2]
php: [7.3, 7.4, '8.0', 8.1, 8.2, 8.3]
laravel: [6, 7, 8, 9, 10, 11]
exclude:
- php: 7.3
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
],
"require": {
"php": "^7.3|^8.0|^8.1|^8.2",
"php": "^7.3|^8.0|^8.1|^8.2|^8.3",
"illuminate/support": "6.11.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"setasign/fpdi-tcpdf": "^2.2",
"tecnickcom/tcpdf": "^6.3",
Expand Down

0 comments on commit ce1a9fb

Please sign in to comment.