1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-01 21:27:55 +02:00

[ticket/17193] Fix invalid PHP versions

PHPBB3-17193
This commit is contained in:
Marc Alexander 2023-09-22 11:27:18 +02:00
parent 19d7e5ffef
commit 8143ec6060
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -115,13 +115,15 @@ jobs:
db: "mariadb:10.10"
- php: '8.1'
db: "mariadb:10.11"
#- php: '8.1' # currently disabled
# db: "mariadb:11.0"
- php: '8.1'
db: "mariadb:11.0"
- php: '8.1'
db: "mariadb:11.1"
- php: '8.1'
db: "mysql:5.7"
db_alias: "MySQL Slow Tests"
SLOWTESTS: 1
- php: '7.3'
- php: '8.1'
db: "mysql:5.7"
db_alias: "MyISAM Tests"
MYISAM: 1