mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Test PHP 8.2 and MariaDB 10.11 (#15007)
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
-
|
||||
php-version: 8.1
|
||||
php-version: 8.2
|
||||
name: Unit
|
||||
skip-web-check: 1
|
||||
database: mariadb:10.5
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
php-version: 8.1
|
||||
name: Web
|
||||
skip-unit-check: 1
|
||||
database: mariadb:10.9
|
||||
database: mariadb:10.11
|
||||
services:
|
||||
database:
|
||||
image: ${{ matrix.database }}
|
||||
|
Reference in New Issue
Block a user