Skip to content

Commit

Permalink
Add default composer-json, overwrite for PHP7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Oct 16, 2023
1 parent 1ea3fa7 commit 7575c7d
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,8 @@ 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"
composer-json: "composer-7.4.json"

Expand Down

0 comments on commit 7575c7d

Please sign in to comment.