Skip to content

Commit 8cfdbc8

Browse files
committed
Drop php8.0 and lower support
1 parent c5d4d12 commit 8cfdbc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-versions: ['7.3', '7.4', '8.0','8.1','8.2','8.3']
15+
php-versions: ['8.1','8.2','8.3']
1616
name: PHP ${{ matrix.php-versions }}
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)