chore: run tests against php 8.1

This commit is contained in:
Nuno Maduro
2021-07-31 22:56:33 +01:00
committed by GitHub
parent 67c7bee4fa
commit 2d2a83e9e8

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
dependency-version: [prefer-lowest, prefer-stable]
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}