Skip to content

Commit

Permalink
Drop PHP 5.X support
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcorbett committed Oct 18, 2023
1 parent 62a3c8c commit 6a752e5
Show file tree
Hide file tree
Showing 5 changed files with 1,646 additions and 4,269 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.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"
composer-json: ["composer.json"]

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

This file was deleted.

Loading

0 comments on commit 6a752e5

Please sign in to comment.