Skip to content

Commit 0791a8c

Browse files
committed
removed 7.2 php from test.yml
1 parent 2af1079 commit 0791a8c

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)