Update master php testing versions

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling
2022-01-28 09:24:29 +01:00
parent c73be045c3
commit b40f8609be
3 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.4', '8.0']
name: php${{ matrix.php-versions }} lint
steps: