Skip to content

Commit

Permalink
Add php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rawilk committed Mar 10, 2024
1 parent 4507f52 commit 8a03b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.1]
php: [8.3, 8.2, 8.1]
laravel: ['8.*', '9.*', '10.*', '11.*']
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": "^8.0|^8.1|^8.2",
"php": "^8.0|^8.1|^8.2|^8.3",
"guzzlehttp/guzzle": "^7.5",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"mike42/escpos-php": "^4.0",
Expand Down

0 comments on commit 8a03b83

Please sign in to comment.