run test suite with 8.1

This commit is contained in:
Niels Vanpachtenbeke 2021-12-17 15:36:46 +01:00
parent 85721c327c
commit 0b789768c8

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0, 8.1]
illuminate_version: [6.*, 8.*]
composer_flags: ['', '--prefer-lowest']