php 8.1 added to ci/cd

This commit is contained in:
AmooAti 2021-12-12 01:16:17 +03:30
parent 289f92915f
commit 93ec7f665f
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']
php-versions: ['7.4', '8.0', '8.1']
name: PHP ${{ matrix.php-versions }} test on ${{ matrix.operating-system }}
services: