Skip to content

Commit 2391d01

Browse files
committed
semantic branch naming
1 parent 8e63e0f commit 2391d01

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/Build-Test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Tests
33
# Run this workflow every time a new commit pushed to your repository
44
on:
55
push:
6+
branches:
7+
- '*.x'
8+
pull_request:
69

710
jobs:
811
tests:
@@ -13,7 +16,7 @@ jobs:
1316
fail-fast: false
1417
matrix:
1518
operating-system: [ubuntu-20.04]
16-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
19+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1720
include:
1821
- operating-system: ubuntu-16.04
1922
php-versions: '7.1'
@@ -29,7 +32,7 @@ jobs:
2932
steps:
3033
# Checks out a copy of your repository on the ubuntu machine
3134
- name: Checkout code
32-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3336

3437
- name: Setup cache environment
3538
id: extcache

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,5 @@
4848
"scripts": {
4949
"test": "vendor/bin/phpunit",
5050
"test-ci": "vendor/bin/phpunit --coverage-clover build/coverage.xml"
51-
},
52-
"extra": {
53-
"branch-alias": {
54-
"dev-master": "2.x-dev"
55-
}
5651
}
5752
}

0 commit comments

Comments
 (0)