Skip to content

Commit

Permalink
Add php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed Jan 3, 2024
1 parent 83bb92d commit 90930b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [^10.0]
use-uuid: [false, true]
morph-maps: [false, true]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
|---------|:--------------------:|------------:|
| `8.x` | `^7.4` `^8.0` `^8.1` | `<= 1.19.1` |
| `9.x` | `^8.0.2` `^8.1` | `>= 1.20.0` |
| `10.x` | `^8.1` `^8.2` | `>= 1.22.0` |
| `10.x` | `^8.1` `^8.2` `^8.3` | `>= 1.22.0` |

- Route model binding enabled in your API / WEB middleware groups.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Messenger"
],
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"ext-json": "*",
"intervention/image": "^2.5",
"intervention/imagecache": "^2.5",
Expand Down

0 comments on commit 90930b0

Please sign in to comment.