Skip to content

Commit

Permalink
Call gc_collect_cycles() always twice, fixed in PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Jun 22, 2021
1 parent 3f5e76c commit dec18c2
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 dec18c2

Please sign in to comment.