Skip to content

Commit bfac509

Browse files
committed
Drop PHP 7.1 from CI
1 parent 3cf76cc commit bfac509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['7.1', '7.2', '7.3', '7.4']
10+
php-versions: ['7.2', '7.3', '7.4']
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v1

0 commit comments

Comments
 (0)