Skip to content

Commit

Permalink
Merge branch 'spiral:2.x' into fake_queue_handler
Browse files Browse the repository at this point in the history
  • Loading branch information
gam6itko committed Jun 3, 2023
2 parents 6b92b37 + 8e571fb commit 40af199
Show file tree
Hide file tree
Showing 20 changed files with 349 additions and 914 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
pull_request:
push:
branches:
- 2.x

name: phpunit

jobs:
phpunit:
uses: spiral/gh-actions/.github/workflows/phpunit.yml@master
with:
os: >-
['ubuntu-latest']
php: >-
['8.1', '8.2']
stability: >-
['prefer-lowest', 'prefer-stable']
53 changes: 0 additions & 53 deletions .github/workflows/run-tests.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ docs
vendor
node_modules
.php-cs-fixer.cache
.phpunit.cache/
Loading

0 comments on commit 40af199

Please sign in to comment.