1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

PHP 8 support, cookie unit tests (#2507)

This commit is contained in:
Daniël Klabbers
2021-01-26 23:53:28 +01:00
committed by GitHub
parent 08f72e7135
commit 65b5c2043c
7 changed files with 89 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
php: [7.2, 7.3, 7.4]
php: [7.2, 7.3, 7.4, '8.0']
service: ['mysql:5.7', mariadb]
prefix: ['', flarum_]
@@ -33,6 +33,12 @@ jobs:
- php: 7.3
service: mariadb
prefix: flarum_
- php: 8.0
service: 'mysql:5.7'
prefix: flarum_
- php: 8.0
service: mariadb
prefix: flarum_
services:
mysql: