Skip to content

Commit

Permalink
complicate
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Oct 9, 2023
1 parent 3f29ff8 commit 9f471ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ jobs:
# Define jobs for all combinations of php, mariadb and extension, up to "include"
# Tests will be performed for each combination
# These can fail if "experimental" is true. Currently all must pass
php-version: ["5.4", "7.4"]
mariadb-version: ["10.3"]
extension: ["pdo_mysql"]
experimental: [false]
include:
- php-version: "5.4"
#composer-json: "composer.json"
composer-json: "composer.json"
- php-version: "7.4"
#composer-json: "composer-7.4.json"
composer-json: "composer-7.4.json"

services:
mariadb:
Expand Down

0 comments on commit 9f471ee

Please sign in to comment.