Skip to content

Commit d0cb632

Browse files
committed
Add tests on MariaDB 11.4.5 & 11.7.2
1 parent 2a3dc69 commit d0cb632

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ jobs:
161161
- "8.1"
162162
mariadb-version:
163163
- "10.11.6" # LTS (Feb 2028)
164-
- "11.0.4" # STS (Jun 2024)
165-
- "11.1.3" # STS (Aug 2024)
164+
- "11.4.5" # LTS (May 2029)
165+
- "11.7.2" # STS
166166
extension:
167167
- "mysqli"
168168
include:
169169
- php-version: "8.1"
170-
mariadb-version: "10.11.6"
170+
mariadb-version: "11.4.5"
171171
extension: "pdo_mysql"
172172

173173
services:

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ services:
7979
networks:
8080
- db-tools-test
8181
mariadb11:
82-
image: mariadb:11.1.3
82+
image: mariadb:11.4.5
8383
restart: 'no'
8484
environment:
8585
MYSQL_DATABASE: test_db

0 commit comments

Comments
 (0)