drop support for php 8.0

This commit is contained in:
danilopolani
2022-04-01 18:05:04 +02:00
parent ffb20c9956
commit 10ff36480a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest] # (macos-latest, windows-latest) 2.x-dev is under development
php: ['8.0', '8.1']
php: ['8.1']
dependency-version: [prefer-lowest, prefer-stable]
parallel: ['', '--parallel']
exclude: