Skip to content

Commit

Permalink
Supports PHP 8.3 (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone authored Sep 1, 2023
1 parent e6e3ef3 commit 5258489
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/strict-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
php:
- 8.1
- 8.2
- 8.3
phpunit:
- "~10.1.0"
- "~10.2.0"
- "~10.3.0"
dependencies:
- "highest"
- "lowest"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
php:
- 8.1
- 8.2
- 8.3
phpunit:
- "~10.1.0"
- "~10.2.0"
- "~10.3.0"
dependencies:
- "highest"
- "lowest"
Expand Down

0 comments on commit 5258489

Please sign in to comment.