[ticket/17176] See if we can enable php 8.3 tests again

PHPBB3-17176
This commit is contained in:
Marc Alexander 2023-09-09 08:31:39 +02:00
parent 0101ae9588
commit a2282deb9a
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -137,8 +137,8 @@ jobs:
db: "mysql:8.0"
- php: '8.2'
db: "mysql:8.1"
#- php: '8.3'
# db: "mysql:8.0"
- php: '8.3'
db: "mysql:8.0"
name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}