Skip to content

Commit 4563694

Browse files
committed
Add php 8.1 to build matrix
1 parent 6759f22 commit 4563694

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', '8.0']
91+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
9292
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
9393
needs:
9494
- setup

0 commit comments

Comments
 (0)