Skip to content

Commit 108662f

Browse files
authored
[5.3] Some cleanup after the move to GH actions (#45753)
1 parent ec3a646 commit 108662f

File tree

6 files changed

+8
-126
lines changed

6 files changed

+8
-126
lines changed

.appveyor.yml

Lines changed: 0 additions & 82 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ libraries/src/Installer/* @rdeutz
1616
libraries/src/Updater/* @rdeutz
1717

1818
# Automated Testing
19+
.github/workflows/ci.yml @rdeutz @hackwar @laoneo
1920
tests/* @hackwar @laoneo
2021
tests/Unit/* @rdeutz @laoneo
21-
.appveyor.yml @rdeutz @hackwar @laoneo
2222
.drone.yml @rdeutz @hackwar @laoneo
2323
phpunit.xml.dist @rdeutz @hackwar @laoneo
2424
phpunit-pgsql.xml.dist @rdeutz @hackwar @laoneo
25+
phpunit-windows.xml.dist @rdeutz @hackwar @laoneo
2526

2627
# Workflow
2728
administrator/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
5658
libraries/src/* @laoneo

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ Joomla! CMS™
22
====================
33

44
Build 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

1011
Overview
1112
---------------------

build/build.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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',

tests/System/exclude.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
build
44
dev
55
node_modules
6-
.appveyor.yml
76
.drone.yml
87
.editorconfig
98
.gitignore

tests/phpunit-appveyor.xml.dist

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)