We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3dc69 commit d0cb632Copy full SHA for d0cb632
.github/workflows/continuous-integration.yml
@@ -161,13 +161,13 @@ jobs:
161
- "8.1"
162
mariadb-version:
163
- "10.11.6" # LTS (Feb 2028)
164
- - "11.0.4" # STS (Jun 2024)
165
- - "11.1.3" # STS (Aug 2024)
+ - "11.4.5" # LTS (May 2029)
+ - "11.7.2" # STS
166
extension:
167
- "mysqli"
168
include:
169
- php-version: "8.1"
170
- mariadb-version: "10.11.6"
+ mariadb-version: "11.4.5"
171
extension: "pdo_mysql"
172
173
services:
docker-compose.yaml
@@ -79,7 +79,7 @@ services:
79
networks:
80
- db-tools-test
81
mariadb11:
82
- image: mariadb:11.1.3
+ image: mariadb:11.4.5
83
restart: 'no'
84
environment:
85
MYSQL_DATABASE: test_db
0 commit comments