Skip to content

Commit

Permalink
doe sthis work?
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Feb 27, 2024
1 parent 5a47dbe commit c5b29fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
php-version: ["5.4", "7.4"]
mariadb-version: ["10.3", "11", "latest"]
extension: ["pdo_mysql"]
mariadb_admin_cmd: ["mariadb-admin"]
include:
- php-version: "5.4"
composer-json: "composer.json"
Expand All @@ -31,8 +32,6 @@ jobs:
composer-json: "composer-7.4.json"
- mariadb-version: "10.3"
mariadb_admin_cmd: "mysqladmin"
- mariadb-version: ["11", "latest"]
mariadb_admin_cmd: "mariadb-admin"

services:
mariadb:
Expand Down

0 comments on commit c5b29fe

Please sign in to comment.