Skip to content

Commit 1373c4f

Browse files
authored
Merge pull request #124 from mvorisek/patch-1
Call `gc_collect_cycles()` always twice, fixed in PHP 8.1, required for PHP 8.0 and earlier
2 parents 3f5e76c + dec18c2 commit 1373c4f

File tree

4 files changed

+323
-2
lines changed

4 files changed

+323
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ jobs:
1717
php-version:
1818
- "7.4"
1919
- "8.0"
20+
- "8.1"
2021
operating-system:
2122
- "ubuntu-latest"
2223
include:
24+
- php-version: "8.0"
25+
dependencies: "lowest"
26+
operating-system: "ubuntu-latest"
2327
- php-version: "8.0"
2428
dependencies: "highest"
2529
operating-system: "ubuntu-latest"

0 commit comments

Comments
 (0)