Skip to content

Commit

Permalink
Add default composer-json, overwrite for PHP7.4
Browse files Browse the repository at this point in the history
- have to specify mariadb-version and extension for PHP 7.4
  at the same time to prevent a 2nd GitHub job being created.
  • Loading branch information
gregcorbett committed Oct 16, 2023
1 parent 1ea3fa7 commit 2af5d69
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,11 @@ jobs:
php-version: ["5.4", "5.5", "5.6", "7.0", "7.1", "7.4"]
mariadb-version: ["10.3"]
extension: ["pdo_mysql"]
composer-json: ["composer.json"]
include:
- php-version: "5.4"
composer-json: "composer.json"
- php-version: "5.5"
composer-json: "composer.json"
- php-version: "5.6"
composer-json: "composer.json"
- php-version: "7.0"
composer-json: "composer.json"
- php-version: "7.1"
composer-json: "composer.json"
- php-version: "7.4"
mariadb-version: "10.3"
extension: "pdo_mysql"
composer-json: "composer-7.4.json"

services:
Expand Down

0 comments on commit 2af5d69

Please sign in to comment.