Skip to content

Commit

Permalink
Test PHP 8.2 and MariaDB 10.11
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Apr 26, 2023
1 parent 121c8ff commit fdbe5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit fdbe5e2

Please sign in to comment.