Skip to content

Commit a953977

Browse files
committed
Support PHP 8
1 parent 4ac40e2 commit a953977

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
php:
13+
- 8.0
1314
- 7.4
1415
- 7.3
1516
- 7.2

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,9 @@ $ composer require clue/zenity-react:^0.4.3
312312
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
313313

314314
This project aims to run on any platform and thus does not require any PHP
315-
extensions and supports running on legacy PHP 5.3 through current PHP 7+ and
315+
extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
316316
HHVM.
317+
It's *highly recommended to use PHP 7+* for this project.
317318

318319
Obviously, this library requires the Zenity binary itself.
319320
Zenity already ships with Ubuntu-based distributions and should not require any installation there.

0 commit comments

Comments
 (0)