1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-29 12:43:15 +01:00

[ticket/16707] Disable unstable PHP 8.1 builds

PHPBB3-16707
This commit is contained in:
Marc Alexander 2021-02-16 20:14:09 +01:00
parent 0daf4b6b1c
commit b25fbc73d9
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -123,8 +123,8 @@ jobs:
db: "mysql:8.0"
- php: '8.0'
db: "mysql:5.7"
- php: '8.1'
db: "mysql:5.7"
# - php: '8.1' ## Disabled since currently unstable
# db: "mysql:5.7"
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}