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:
parent
19d7e5ffef
commit
8143ec6060
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user