Skip to content

Commit 0f66e74

Browse files
committed
Remove PHP 7.2 and 7.3 from unit testing workflow
1 parent f9ed862 commit 0f66e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
operating-system: [ubuntu-latest]
13-
php-versions: [ '7.2', '7.3', '7.4','8.0' ]
13+
php-versions: [ '7.4','8.0' ]
1414
name: PHP ${{ matrix.php-versions }} Unit Test
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)