forked from fzaninotto/Faker
-
Notifications
You must be signed in to change notification settings - Fork 363
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Test against php 8.2 * Fix DateTime century test * Fix generator unique test * Optimize php 8.2 deprecations * Optimize php 8.2 deprecations * Optimize php 8.2 deprecations * Revert "Fix generator unique test" This reverts commit 879bc37 * Revert "Fix DateTime century test" This reverts commit f1e63e1. * Fix: Adjust number of allowed deprecations * Fix: Update CHANGELOG.md Co-authored-by: Andreas Möller <[email protected]>
- Loading branch information
1 parent
28baaaa
commit 44dc152
Showing
3 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,7 @@ jobs: | |
- "7.4" | ||
- "8.0" | ||
- "8.1" | ||
- "8.2" | ||
|
||
runs-on: "ubuntu-latest" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters