1
0
mirror of https://github.com/flarum/core.git synced 2025-07-15 22:06:24 +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

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_]