Skip to content

Commit

Permalink
Merge pull request #494 from gregcorbett/php7.4-upgrade
Browse files Browse the repository at this point in the history
Drop PHP 5.X support
  • Loading branch information
gregcorbett authored Sep 10, 2024
2 parents 48faa12 + 88c34a3 commit f5a4069
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,625 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,10 @@ jobs:
matrix:
# Define jobs for all combinations of php, mariadb and extension, up to "include"
# Tests will be performed for each combination
php-version: ["5.4", "5.5", "5.6", "7.0", "7.1", "7.4"]
php-version: ["7.4"]
mariadb-version: ["10.3"]
extension: ["pdo_mysql"]
include:
- php-version: "5.4"
composer-json: "composer-5.4.json"
- php-version: "5.5"
composer-json: "composer-5.4.json"
- php-version: "5.6"
composer-json: "composer-5.4.json"
- php-version: "7.0"
composer-json: "composer-5.4.json"
- php-version: "7.1"
composer-json: "composer-5.4.json"
- php-version: "7.4"
composer-json: "composer.json"
composer-json: ["composer.json"]

services:
mariadb:
Expand Down
15 changes: 0 additions & 15 deletions composer-5.4.json

This file was deleted.

Loading

0 comments on commit f5a4069

Please sign in to comment.