We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6c685 commit eefd888Copy full SHA for eefd888
.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