Skip to content

Commit d0479cf

Browse files
committed
chore: added php 8.0 into testing matrix
1 parent bb7bca0 commit d0479cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: true
1212
matrix:
13-
php: [7.2, 7.3, 7.4]
13+
php: [7.2, 7.3, 7.4, 8.0]
1414
stability: [prefer-lowest, prefer-stable]
1515

1616
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}

0 commit comments

Comments
 (0)