Skip to content

Commit

Permalink
chore: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
EJTJ3 committed Jul 27, 2023
2 parents f0cfb3b + d52e218 commit 34d87ff
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
6 changes: 3 additions & 3 deletions .github/workflows/php-unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: php-actions/composer@v5
- uses: php-actions/composer@v6

- name: PHPUnit Tests
uses: php-actions/phpunit@v2
uses: php-actions/phpunit@v9
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml
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 @@
"require": {
"php" : "^8.1",
"nyholm/dsn": "^2.0",
"psr/log": "^1.1",
"psr/log": "^3.0",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 34d87ff

Please sign in to comment.