Skip to content

Commit

Permalink
Update the maria db versions for codeception tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaantony92 authored and dvesh3 committed Sep 20, 2023
1 parent a06655b commit 0cd26d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeception.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
matrix:
include:
- { php-version: 8.1, database: "mariadb:10.3", dependencies: lowest, pimcore_version: "", experimental: false }
- { php-version: 8.2, database: "mariadb:10.7", dependencies: highest, pimcore_version: "", experimental: false }
- { php-version: 8.2, database: "mariadb:10.7", dependencies: highest, pimcore_version: "11.x-dev as 11.0.0", experimental: true }
- { php-version: 8.2, database: "mariadb:10.11", dependencies: highest, pimcore_version: "", experimental: false }
- { php-version: 8.2, database: "mariadb:10.11", dependencies: highest, pimcore_version: "11.x-dev as 11.0.0", experimental: true }
services:
mariadb:
image: "${{ matrix.database }}"
Expand Down

0 comments on commit 0cd26d8

Please sign in to comment.