1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00

Merge pull request #6205 from marc1706/ticket/16740

[ticket/16740] Remove no longer supported and duplicate runs
This commit is contained in:
Marc Alexander
2021-05-02 22:23:46 +02:00
committed by GitHub

View File

@ -243,10 +243,6 @@ jobs:
db: "postgres:12" db: "postgres:12"
- php: '7.3' - php: '7.3'
db: "postgres:13" db: "postgres:13"
- php: '7.2'
db: "postgres:13"
- php: '7.3'
db: "postgres:13"
- php: '7.4' - php: '7.4'
db: "postgres:13" db: "postgres:13"
- php: '8.0' - php: '8.0'