Skip to content

Commit

Permalink
Merge pull request #124 from mvorisek/patch-1
Browse files Browse the repository at this point in the history
Call `gc_collect_cycles()` always twice, fixed in PHP 8.1, required for PHP 8.0 and earlier
  • Loading branch information
Ocramius authored Jun 22, 2021
2 parents 3f5e76c + dec18c2 commit 1373c4f
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ jobs:
php-version:
- "7.4"
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"
include:
- php-version: "8.0"
dependencies: "lowest"
operating-system: "ubuntu-latest"
- php-version: "8.0"
dependencies: "highest"
operating-system: "ubuntu-latest"
Expand Down
Loading

0 comments on commit 1373c4f

Please sign in to comment.