Remove 8.0 build

This commit is contained in:
Dries Vints 2022-10-25 12:28:38 +02:00
parent 53e2ce5ba5
commit 720f7572de
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
php: ['8.0', 8.1, 8.2] php: [8.1, 8.2]
name: PHP ${{ matrix.php }} name: PHP ${{ matrix.php }}