Remove 7.2 PHP Unit-Test support

This commit is contained in:
Philipp Holzer 2021-04-05 11:38:07 +02:00
parent 02e6dff6a0
commit f6093fb869
No known key found for this signature in database
GPG Key ID: 9A28B7D4FF5667BD
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.3', '7.4', '8.0']
steps:
- name: Checkout
uses: actions/checkout@v2