[ticket/17176] Disable PHP 8.3 builds for now as composer cache fails

PHPBB3-17176
This commit is contained in:
Marc Alexander 2023-08-22 19:38:41 +02:00
parent c7071450ec
commit 4abac49d35
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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 }}