We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc2a25b + eefd888 commit 59cc3dcCopy full SHA for 59cc3dc
1 file changed
.github/workflows/phpunit-lowest.yml
@@ -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
14
15
16
17
18
19
20
21
+jobs:
22
+ phpunit:
23
+ uses: codeigniter4/.github/.github/workflows/phpunit-lowest.yml@main
0 commit comments