Skip to content

Commit

Permalink
CI: Drop MariaDB 10.10, add MariaDB 11.2 (#6229)
Browse files Browse the repository at this point in the history
|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | N/A

#### Summary

MariaDB 11.2 has been released, MariaDB 10.10 is EOL.
  • Loading branch information
derrabus authored Nov 23, 2023
1 parent 0ac3c27 commit dc42058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,10 +300,10 @@ jobs:
- "10.4" # LTS (Jun 2024)
- "10.5" # LTS (Jun 2025)
- "10.6" # LTS (Jul 2026)
- "10.10" # STS (Nov 2023)
- "10.11" # LTS (Feb 2028)
- "11.0" # STS (Jun 2024)
- "11.1" # STS (Aug 2024)
- "11.2" # STS (Nov 2024)
extension:
- "mysqli"
- "pdo_mysql"
Expand All @@ -315,16 +315,16 @@ jobs:
mariadb-version: "10.6"
extension: "pdo_mysql"
- php-version: "8.2"
mariadb-version: "11.1"
mariadb-version: "11.2"
extension: "mysqli"
- php-version: "8.2"
mariadb-version: "11.1"
mariadb-version: "11.2"
extension: "pdo_mysql"
- php-version: "8.3"
mariadb-version: "11.1"
mariadb-version: "11.2"
extension: "mysqli"
- php-version: "8.3"
mariadb-version: "11.1"
mariadb-version: "11.2"
extension: "pdo_mysql"

services:
Expand Down

0 comments on commit dc42058

Please sign in to comment.