Skip to content

Commit

Permalink
Merge pull request #863 from kenjis/fix-phpunit-workflow
Browse files Browse the repository at this point in the history
chore: fix phpunit workflow
  • Loading branch information
kenjis authored Sep 29, 2023
2 parents cc2a25b + eefd888 commit 59cc3dc
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/phpunit-lowest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: PHPUnit Lowest

on:
pull_request:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpunit*'
- '.github/workflows/phpunit-lowest.yml'
push:
branches:
- develop
paths:
- '**.php'
- 'composer.*'
- 'phpunit*'
- '.github/workflows/phpunit-lowest.yml'

jobs:
phpunit:
uses: codeigniter4/.github/.github/workflows/phpunit-lowest.yml@main

0 comments on commit 59cc3dc

Please sign in to comment.