Skip to content

Commit

Permalink
re add 7.0 and 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Oct 12, 2023
1 parent 0024ea2 commit 7ce04c5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ 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", "5.5", "5.6", "7.4"]
php-version: ["5.4", "5.5", "5.6", "7.0", "7.1", "7.4"]
mariadb-version: ["10.3"]
extension: ["pdo_mysql"]
experimental: [false]
Expand All @@ -78,6 +78,10 @@ jobs:
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-7.4.json"
- php-version: "7.4"
composer-json: "composer-7.4.json"

Expand Down

0 comments on commit 7ce04c5

Please sign in to comment.