-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to get working under PHP 8.0 and 8.1 (#161)
* Attempt to get working under PHP 8.1 - Removed lock file - Updated test matrix - Fixed tests to work on php 7.4, 8.0, 8.1 For reasons behind removing the lock file see: https://islandora.slack.com/archives/CM5PPAV28/p1659631615201049 Islandora/documentation#1908 (Removal approved) Instead we'll provide lock files in isle and ansible deployments. Additionally moving to drop tests for 7.3 as it is no longer supported by Drupal 9.4 and up. * Removed debug code
- Loading branch information
1 parent
4dca22a
commit d4bc375
Showing
15 changed files
with
13 additions
and
33,467 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
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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
vendor | ||
config/settings.dev.yml | ||
config/settings.yml | ||
coverage.xml | ||
.idea | ||
.php_cs.cache | ||
.phpunit | ||
.phpunit.result.cache | ||
*.key | ||
*.lock | ||
*.log | ||
syn-settings.xml | ||
*/cfg/config.yaml | ||
clover.xml | ||
.php_cs.cache | ||
.phpunit.result.cache | ||
config/settings.dev.yml | ||
config/settings.yml | ||
coverage.xml | ||
syn-settings.xml | ||
vendor |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/sh | ||
|
||
export SYMFONY_DEPRECATIONS_HELPER=disabled | ||
FAIL=0 | ||
for D in */; do | ||
cd $D | ||
|
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
Oops, something went wrong.