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 cd5805b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2,612 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +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"]
<<<<<<< HEAD
include:
- php-version: "5.4"
composer-json: "composer-5.4.json"
Expand All @@ -29,6 +30,9 @@ jobs:
composer-json: "composer-5.4.json"
- php-version: "7.4"
composer-json: "composer.json"
=======
composer-json: ["composer.json"]
>>>>>>> 6a752e51 (Drop PHP 5.X support)

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

This file was deleted.

Loading

0 comments on commit cd5805b

Please sign in to comment.