Git workflow updated to support php > 8.0

This commit is contained in:
jitendra 2022-03-23 19:39:31 +05:30
parent 18a6f131f7
commit f6ed37b675
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['8.0', '8.1']
name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}
services: