mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/17176] See if we can enable php 8.3 tests again
PHPBB3-17176
This commit is contained in:
parent
0101ae9588
commit
a2282deb9a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.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 }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue