Skip to content

Commit

Permalink
Merge pull request #35 from alleyinteractive/fix-tests-2
Browse files Browse the repository at this point in the history
Fixing tests
  • Loading branch information
srtfisher authored Dec 16, 2022
2 parents 7e5a6ac + b2025e5 commit afbd952
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Coding Standards
on:
push:
branches:
- main
- develop
pull_request:
schedule:
- cron: '0 0 * * *'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Testing Suite
on:
push:
branches:
- main
- develop
pull_request:
schedule:
- cron: '0 0 * * *'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"symfony/process": "^5.0"
},
"require-dev": {
"alleyinteractive/alley-coding-standards": "^0.3",
"alleyinteractive/alley-coding-standards": "^1.0",
"phpunit/phpunit": "^9.3"
},
"config": {
Expand Down

0 comments on commit afbd952

Please sign in to comment.