Skip to content

Commit

Permalink
[7.x] Supports PHP 8.3 (#39)
Browse files Browse the repository at this point in the history
* [7.x] Supports PHP 8.3

Signed-off-by: Mior Muhammad Zaki <[email protected]>

* wip

Signed-off-by: Mior Muhammad Zaki <[email protected]>

---------

Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Nov 14, 2024
1 parent 94f3819 commit 367bfc5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 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
2 changes: 0 additions & 2 deletions .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
strategy:
matrix:
php: [8.2]
dependencies:
- "highest"
experimental:
- false

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 367bfc5

Please sign in to comment.