forked from GOCDB/gocdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework MariaDB tests to run on last PHP 7 version
- the last PHP 7 version is 7.4 and this is the version readily install-able on Rocky8, so test against that rather than versions 7.0 or 7.1. - this involves supplying seperate composer.json/lock files to run different versions of Doctrine, as there is no version that supports both php 5.4 and 7.4.
- Loading branch information
1 parent
7bc3b3f
commit 50993b0
Showing
3 changed files
with
3,838 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "stfc-egi/gocdb", | ||
"description": "A web portal and REST style API for e-Infrastructure topology managment", | ||
"require": { | ||
"doctrine/orm": "2.6.*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "4.8.*", | ||
"phpunit/dbunit": ">=1.2", | ||
"phpmd/phpmd": "^2.13", | ||
"squizlabs/php_codesniffer": "^3.7", | ||
"taq/pdooci": "^1.0" | ||
|
||
} | ||
} |
Oops, something went wrong.