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 1198850
Show file tree
Hide file tree
Showing 3 changed files with 1,646 additions and 441 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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "stfc-egi/gocdb",
"description": "A web portal and REST style API for e-Infrastructure topology managment",
"require": {
"doctrine/orm": "2.5.14"
"doctrine/orm": "2.6.*"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down
Loading

0 comments on commit 1198850

Please sign in to comment.