Skip to content

Commit

Permalink
Merge pull request #509 from gregcorbett/soft-drop-php5.4
Browse files Browse the repository at this point in the history
Soft drop PHP 5.X support, in favour of PHP 7.4 "out of the box"
  • Loading branch information
gregcorbett authored Mar 20, 2024
2 parents a3ce3c5 + 605efdb commit a017303
Show file tree
Hide file tree
Showing 5 changed files with 2,079 additions and 2,079 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
extension: ["pdo_mysql"]
include:
- php-version: "5.4"
composer-json: "composer.json"
composer-json: "composer-5.4.json"
- php-version: "5.5"
composer-json: "composer.json"
composer-json: "composer-5.4.json"
- php-version: "5.6"
composer-json: "composer.json"
composer-json: "composer-5.4.json"
- php-version: "7.0"
composer-json: "composer.json"
composer-json: "composer-5.4.json"
- php-version: "7.1"
composer-json: "composer.json"
composer-json: "composer-5.4.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-7.4.json → composer-5.4.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.6.*"
"doctrine/orm": "2.5.14"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
Expand Down
Loading

0 comments on commit a017303

Please sign in to comment.