1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 00:52:43 +01:00

ci(Tests): Add PHP 8.3 to test matrix

This commit is contained in:
Daniel Barton 2024-07-25 10:19:24 +08:00 committed by GitHub
parent 2dcd39c9c7
commit e5b36556cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
php: [8.1, 8.2] php: [8.1, 8.2, 8.3]
database: ["mariadb:10.2", "mysql:8"] database: ["mariadb:10.2", "mysql:8"]
services: services:
database: database: