Skip to content

Commit 59cc3dc

Browse files
authored
Merge pull request #863 from kenjis/fix-phpunit-workflow
chore: fix phpunit workflow
2 parents cc2a25b + eefd888 commit 59cc3dc

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: PHPUnit Lowest
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- develop
7+
paths:
8+
- '**.php'
9+
- 'composer.*'
10+
- 'phpunit*'
11+
- '.github/workflows/phpunit-lowest.yml'
12+
push:
13+
branches:
14+
- develop
15+
paths:
16+
- '**.php'
17+
- 'composer.*'
18+
- 'phpunit*'
19+
- '.github/workflows/phpunit-lowest.yml'
20+
21+
jobs:
22+
phpunit:
23+
uses: codeigniter4/.github/.github/workflows/phpunit-lowest.yml@main

0 commit comments

Comments
 (0)