Skip to content

Commit 5b90c1a

Browse files
committed
fix: drop php 7.2
1 parent a89e624 commit 5b90c1a

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, 8.0]
13+
php: [7.3, 7.4, 8.0]
1414

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

0 commit comments

Comments
 (0)