Skip to content

Commit acbf71a

Browse files
committed
Drop PHP 7.4 support
1 parent f4c5934 commit acbf71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
17+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
1818
steps:
1919

2020
- name: Checkout

0 commit comments

Comments
 (0)