Skip to content

Commit

Permalink
[7.x] Supports PHP 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 14, 2024
1 parent 94f3819 commit dee7ef9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/audits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- '8.0'
- 8.1
- 8.2
- 8.3
experimental:
- true

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- '8.0'
- 8.1
- 8.2
- 8.3
dependencies:
- "highest"
- "lowest"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"illuminate/support": "^9.52.15",
"orchestra/canvas-core": "^7.7",
"orchestra/testbench-core": "^7.31",
"symfony/polyfill-php83": "^1.31",
"symfony/yaml": "^5.4 || ^6.0"
},
"require-dev": {
Expand Down

0 comments on commit dee7ef9

Please sign in to comment.