Skip to content

Commit

Permalink
Fixes github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
butschster committed Sep 14, 2022
1 parent c6f33df commit d8ee686
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
on:
pull_request:
push:
branches:
- master
- '*.*'
pull_request: null

name: phpunit

Expand All @@ -15,4 +16,4 @@ jobs:
php: >-
['8.1', '8.2']
stability: >-
['prefer-stable']
['prefer-stable', 'prefer-lowest']

0 comments on commit d8ee686

Please sign in to comment.