mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/17176] Disable PHP 8.3 builds for now as composer cache fails
PHPBB3-17176
This commit is contained in:
parent
c7071450ec
commit
4abac49d35
1 changed files with 10 additions and 10 deletions
20
.github/workflows/tests.yml
vendored
20
.github/workflows/tests.yml
vendored
|
@ -137,8 +137,8 @@ jobs:
|
||||||
db: "mysql:8.0"
|
db: "mysql:8.0"
|
||||||
- php: '8.2'
|
- php: '8.2'
|
||||||
db: "mysql:8.1"
|
db: "mysql:8.1"
|
||||||
- php: '8.3'
|
#- php: '8.3'
|
||||||
db: "mysql:8.0"
|
# db: "mysql:8.0"
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}
|
||||||
|
|
||||||
|
@ -271,8 +271,8 @@ jobs:
|
||||||
db: "postgres:14"
|
db: "postgres:14"
|
||||||
- php: '8.2'
|
- php: '8.2'
|
||||||
db: "postgres:15"
|
db: "postgres:15"
|
||||||
- php: '8.3'
|
#- php: '8.3'
|
||||||
db: "postgres:15"
|
# db: "postgres:15"
|
||||||
|
|
||||||
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
name: PHP ${{ matrix.php }} - ${{ matrix.db }}
|
||||||
|
|
||||||
|
@ -473,18 +473,18 @@ jobs:
|
||||||
- php: '8.2'
|
- php: '8.2'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'unit'
|
type: 'unit'
|
||||||
- php: '8.3'
|
#- php: '8.3'
|
||||||
db: "postgres"
|
# db: "postgres"
|
||||||
type: 'unit'
|
# type: 'unit'
|
||||||
- php: '8.1'
|
- php: '8.1'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'functional'
|
type: 'functional'
|
||||||
- php: '8.2'
|
- php: '8.2'
|
||||||
db: "postgres"
|
db: "postgres"
|
||||||
type: 'functional'
|
type: 'functional'
|
||||||
- php: '8.3'
|
#- php: '8.3'
|
||||||
db: "postgres"
|
# db: "postgres"
|
||||||
type: 'functional'
|
# type: 'functional'
|
||||||
|
|
||||||
name: Windows - PHP ${{ matrix.php }} - ${{ matrix.db }} - ${{ matrix.type }}
|
name: Windows - PHP ${{ matrix.php }} - ${{ matrix.db }} - ${{ matrix.type }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue