Skip to content

Commit d1c4ec3

Browse files
committed
revert: commits 2d3e8be and b02cc11 - enable running on phpcs3 branch.
Initially, the phpcs3 branch was going to be a standalone release for phpcs version 3.x only. Now that the tests for both 3.x and 4.x work, we can merge into 1 release. So the phpcs3 branch is no longer needed. This reverts commits 2d3e8be and b02cc11.
1 parent cd1b425 commit d1c4ec3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- master
8-
- phpcs3
98
paths-ignore:
109
- "**.md"
1110
- "**.xml"
@@ -21,7 +20,7 @@ concurrency:
2120

2221
jobs:
2322
lint:
24-
if: ${{ github.ref == 'refs/heads/master' }} || ${{ github.ref == 'refs/heads/phpcs3' }}
23+
if: ${{ github.ref == 'refs/heads/master' }}
2524
runs-on: ubuntu-latest
2625

2726
strategy:
@@ -53,7 +52,7 @@ jobs:
5352

5453
#### TEST STAGE ####
5554
test:
56-
if: ${{ github.ref == 'refs/heads/master' }} || ${{ github.ref == 'refs/heads/phpcs3' }}
55+
if: ${{ github.ref == 'refs/heads/master' }}
5756
runs-on: ubuntu-latest
5857

5958
strategy:

0 commit comments

Comments
 (0)