Skip to content

Commit

Permalink
7.1 = composer.json and remove experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Oct 12, 2023
1 parent 7ce04c5 commit b9e32fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,9 @@ jobs:
matrix:
# 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", "5.5", "5.6", "7.0", "7.1", "7.4"]
mariadb-version: ["10.3"]
extension: ["pdo_mysql"]
experimental: [false]
include:
- php-version: "5.4"
composer-json: "composer.json"
Expand All @@ -81,7 +79,7 @@ jobs:
- php-version: "7.0"
composer-json: "composer.json"
- php-version: "7.1"
composer-json: "composer-7.4.json"
composer-json: "composer.json"
- php-version: "7.4"
composer-json: "composer-7.4.json"

Expand Down

0 comments on commit b9e32fd

Please sign in to comment.