mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17193] Fix invalid PHP versions
PHPBB3-17193
This commit is contained in:
parent
19d7e5ffef
commit
8143ec6060
1 changed files with 5 additions and 3 deletions
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…
Add table
Reference in a new issue