Test on PHP 8.1 (#34)

This commit is contained in:
Alexey Kopytko 2022-08-10 17:57:16 +09:00 committed by GitHub
parent e9d8eeb15b
commit 4da1b7bc04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
strategy: strategy:
matrix: matrix:
operating-system: ['ubuntu-latest'] operating-system: ['ubuntu-latest']
php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0'] php-version: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }} name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }}