Skip to content

Commit 42a7edf

Browse files
committed
Add php 8 to build matrix
1 parent 2e25e76 commit 42a7edf

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
@@ -90,7 +90,7 @@ jobs:
9090
- ubuntu-latest
9191
- windows-latest
9292
- macOS-latest
93-
php-versions: ['7.2', '7.3', '7.4']
93+
php-versions: ['7.2', '7.3', '7.4', '8.0']
9494
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
9595
needs:
9696
- setup

0 commit comments

Comments
 (0)