Skip to content

Commit e5db00e

Browse files
authored
Add MariaDB 11.3 to the test matrix (#6342)
1 parent 87785d8 commit e5db00e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ jobs:
296296
php-version:
297297
- "7.4"
298298
mariadb-version:
299+
# keep in sync with https://mariadb.org/about/#maintenance-policy
299300
- "10.0" # Oldest version supported by DBAL
300301
- "10.4" # LTS (Jun 2024)
301302
- "10.5" # LTS (Jun 2025)
@@ -304,6 +305,7 @@ jobs:
304305
- "11.0" # STS (Jun 2024)
305306
- "11.1" # STS (Aug 2024)
306307
- "11.2" # STS (Nov 2024)
308+
- "11.3" # STS (Feb 2025)
307309
extension:
308310
- "mysqli"
309311
- "pdo_mysql"

0 commit comments

Comments
 (0)