Skip to content

Commit

Permalink
Update tests to use mariadb 10.3
Browse files Browse the repository at this point in the history
Update version of mariadb used by tests since this is our minimum required version.
  • Loading branch information
iamkubi authored Jun 10, 2024
1 parent 3cadbbc commit 6295ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
php: [8.2, 8.3]
database: ["mariadb:10.2", "mysql:8"]
database: ["mariadb:10.3", "mysql:8"]
services:
database:
image: ${{ matrix.database }}
Expand Down

0 comments on commit 6295ea3

Please sign in to comment.