Skip to content

Commit 974851f

Browse files
committed
Merge branch '3.x-dev' into 4.x-dev
2 parents 8b15a0f + 8d1a26e commit 974851f

9 files changed

Lines changed: 29 additions & 380 deletions

File tree

.github/CONTRIBUTING.md

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

.github/FUNDING.yml

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

.github/ISSUE_TEMPLATE.md

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

.github/PULL_REQUEST_TEMPLATE.md

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

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI Joomla Framework
2+
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: 15 2 * * 1
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11+
cancel-in-progress: true
12+
13+
jobs:
14+
framework-ci:
15+
uses: joomla-framework/.github/.github/workflows/workflow-v3.yml@main

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1+
# IDE Related Files #
2+
.buildpath
3+
.project
4+
.settings
5+
.DS_Store
6+
.idea
7+
8+
# Composer and test related files #
19
vendor/
210
composer.phar
311
composer.lock
412
phpunit.xml
5-
.phpunit.result.cache
13+
.phpunit.cache/
614
.idea/
15+
/.phpunit.result.cache
16+
/.phpunit.cache/

0 commit comments

Comments
 (0)