File tree Expand file tree Collapse file tree 6 files changed +8
-126
lines changed Expand file tree Collapse file tree 6 files changed +8
-126
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ libraries/src/Installer/* @rdeutz
1616libraries /src /Updater /* @ rdeutz
1717
1818# Automated Testing
19+ .github /workflows /ci.yml @ rdeutz @ hackwar @ laoneo
1920tests /* @ hackwar @ laoneo
2021tests /Unit /* @ rdeutz @ laoneo
21- .appveyor.yml @ rdeutz @ hackwar @ laoneo
2222.drone.yml @ rdeutz @ hackwar @ laoneo
2323phpunit.xml.dist @ rdeutz @ hackwar @ laoneo
2424phpunit-pgsql.xml.dist @ rdeutz @ hackwar @ laoneo
25+ phpunit-windows.xml.dist @ rdeutz @ hackwar @ laoneo
2526
2627# Workflow
2728administrator /components /com_workflow /* @ bembelimen @ hleithner
@@ -51,6 +52,7 @@ installation/tmpl/* @chmst
5152
5253# Translation GitHub Actions
5354.github /workflows /create-translation-pull-request-v4.yml @ hleithner
55+ .github /workflows /create-translation-pull-request-v5.yml @ hleithner
5456
5557# Libraries
5658libraries /src /* @ laoneo
Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ Joomla! CMS™
22====================
33
44Build Status
5+ ------------
56
6- | Drone-CI | AppVeyor | PHP | Node | npm |
7- | ------------------------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------| --------------------------------------------------------------------------------------| ---------------------------------------------------------------------------------|
8- | [ ![ Build Status] ( https://ci.joomla.org/api/badges/ joomla/joomla-cms/status.svg?branch=5.3-dev )] ( https:/ /ci.joomla.org/joomla/joomla-cms ) | [ ![ Build status ] ( https://ci.appveyor.com/api/projects/status/ru6sxal8jmfckvjc/ branch/ 5.3-dev?svg=true )] ( https://ci.appveyor. com/project/release- joomla/joomla-cms ) | [ ![ PHP] ( https://img.shields.io/badge/PHP-V8.1.0-green )] ( https://www.php.net/ ) | [ ![ node-lts] ( https://img.shields.io/badge/Node-V20.0-green )] ( https://nodejs.org/en/ ) | [ ![ npm] ( https://img.shields.io/badge/npm-v10.1.0-green )] ( https://nodejs.org/en/ ) |
7+ | Actions | PHP | Node | npm |
8+ | -------------------------------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------| --------------------------------------------------------------------------------------| - ---------------------------------------------------------------------------------|
9+ | [ ![ Build Status] ( https://github.com/ joomla/joomla-cms/actions/workflows /ci.yml/badge.svg? branch= 5.3-dev )] ( https://github. com/joomla/joomla-cms ) | [ ![ PHP] ( https://img.shields.io/badge/PHP-V8.1.0-green )] ( https://www.php.net/ ) | [ ![ node-lts] ( https://img.shields.io/badge/Node-V20.0-green )] ( https://nodejs.org/en/ ) | [ ![ npm] ( https://img.shields.io/badge/npm-v10.1.0-green )] ( https://nodejs.org/en/ ) |
910
1011Overview
1112---------------------
Original file line number Diff line number Diff line change @@ -433,7 +433,6 @@ function capture_or_fail(string $command): string
433433 * Because this is a fresh copy from a git tag, local environment files may be ignored
434434 */
435435$ doNotPackage = [
436- '.appveyor.yml ' ,
437436 '.drone.yml ' ,
438437 '.editorconfig ' ,
439438 '.github ' ,
@@ -442,7 +441,6 @@ function capture_or_fail(string $command): string
442441 'acceptance.suite.yml ' ,
443442 // Media Manager Node Assets
444443 'administrator/components/com_media/resources ' ,
445- 'appveyor-phpunit.xml ' ,
446444 'build ' ,
447445 'build.xml ' ,
448446 'CODE_OF_CONDUCT.md ' ,
@@ -455,6 +453,7 @@ function capture_or_fail(string $command): string
455453 'phpstan-baseline.neon ' ,
456454 'phpstan.neon ' ,
457455 'phpunit-pgsql.xml.dist ' ,
456+ 'phpunit-windows.xml.dist ' ,
458457 'phpunit.xml.dist ' ,
459458 'plugins/sampledata/testing/language/en-GB/en-GB.plg_sampledata_testing.ini ' ,
460459 'plugins/sampledata/testing/language/en-GB/en-GB.plg_sampledata_testing.sys.ini ' ,
Original file line number Diff line number Diff line change 33build
44dev
55node_modules
6- .appveyor.yml
76.drone.yml
87.editorconfig
98.gitignore
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments