-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update updater testing range for 25
combined backport of #495 Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> fix: fix actions hashes Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> fix: actions hashes Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Adapt Makefile and signatures to test using newer versions Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Fix test-cli tests as well Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> fix: update composer deps and box build workflow Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Install dependencies in workflows Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Make sure all CI steps can run on PHP 8.0 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Test beta update with cleaner beta 24.0.0beta2 has extra files which causes updater to complain. Moved the test to stable26.feature and use betas without extra files. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Update updater.phar Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Update CI workflows from master branch Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> fix: psalm Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Update updater.phar and index.php Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
- Loading branch information
Showing
103 changed files
with
8,870 additions
and
3,067 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
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
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,8 +1,10 @@ | ||
box | ||
lib/Version.php | ||
tests/data | ||
tests/vendor | ||
vendor/symfony/console/Tests | ||
vendor/symfony/debug/Tests | ||
/box | ||
/lib/Version.php | ||
/tests/data | ||
/tests/vendor | ||
/vendor/bamarni/composer-bin-plugin/e2e | ||
/vendor/bin | ||
/vendor/symfony/console/Tests | ||
/vendor/symfony/debug/Tests | ||
/vendor-bin/**/vendor | ||
.php-cs-fixer.cache |
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
Oops, something went wrong.