Stop supporting PHP 7.3 (#430)

It is unmaintained
This commit is contained in:
Pierre Rudloff 2023-03-21 19:54:58 +01:00
parent 7bfe55fff6
commit b52a582539
No known key found for this signature in database
4 changed files with 17 additions and 18 deletions

View file

@ -9,8 +9,9 @@ jobs:
strategy:
matrix:
php-version:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
steps:
- uses: actions/checkout@v2
- name: Use PHP ${{ matrix.php-version }}