Skip to content

Commit 812ca40

Browse files
committed
drop older php version support
1 parent c0a0ff9 commit 812ca40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
15+
php: [8.1, 8.2, 8.3]
1616
dependency-version: [prefer-lowest, prefer-stable]
1717

1818
name: PHP ${{ matrix.php }} - ${{ matrix.dependency-version }}

0 commit comments

Comments
 (0)