Skip to content

Commit 9ace75d

Browse files
committed
add php 8 to ci
1 parent 5fc5279 commit 9ace75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- ubuntu-latest
8989
- windows-latest
9090
- macOS-latest
91-
php-versions: ['7.2', '7.3', '7.4']
91+
php-versions: ['7.2', '7.3', '7.4', '8.0']
9292
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
9393
needs:
9494
- setup

0 commit comments

Comments
 (0)