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 Sep 10, 2024
1 parent 48faa12 commit 88c34a3
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 88c34a3

Please sign in to comment.