1
0
mirror of https://github.com/flarum/core.git synced 2025-04-30 12:37:57 +02:00

Test against php 8.1 (#3102)

This commit is contained in:
Sergiy Petrov 2021-10-13 21:48:03 +03:00 committed by GitHub
parent 99112429f9
commit 919c543cbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
php: [7.3, 7.4, '8.0']
php: [7.3, 7.4, '8.0', '8.1']
service: ['mysql:5.7', mariadb]
prefix: ['', flarum_]