Skip to content

Commit

Permalink
Use fixed mariadb version
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Nov 26, 2024
1 parent 6dac52e commit 910d665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
mode: "recording"
dependencies: "highest"
- php-version: '8.1'
db-image: 'mariadb:latest'
db-image: 'mariadb:11.6'
reflector: "mysqli"
mode: "recording"
dependencies: "highest"
Expand All @@ -59,7 +59,7 @@ jobs:
mode: "recording"
dependencies: "highest"
- php-version: '8.2'
db-image: 'mariadb:latest'
db-image: 'mariadb:11.6'
reflector: "mysqli"
mode: "recording"
dependencies: "highest"
Expand Down

0 comments on commit 910d665

Please sign in to comment.