Skip to content

Commit 50976e8

Browse files
committed
GitHub Actions : Add PHP 8.2 again. php-vcr crash seems solved in 8.2.9 : php-vcr/php-vcr#373 (comment)
1 parent 4003a69 commit 50976e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- 7.4
1616
- 8.0
1717
- 8.1
18-
# - 8.2 # Commented until "segmented fault" is resolved for PHP-VCR: https://github.com/php-vcr/php-vcr/issues/373
18+
- 8.2
1919
composer_flag:
2020
- --prefer-lowest
2121
-

0 commit comments

Comments
 (0)