Skip to content

Commit

Permalink
Release/1.2.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavofreze authored Dec 10, 2024
1 parent e7a5cb3 commit 61ade6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: CI

on:
push:
pull_request:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
},
"scripts": {
"test": "RUN_MIGRATIONS=1 phpunit --configuration phpunit.xml tests",
"test": "RUN_MIGRATIONS=1 phpunit -d memory_limit=2G --configuration phpunit.xml tests",
"phpcs": "phpcs --standard=PSR12 --extensions=php ./src",
"phpmd": "phpmd ./src text phpmd.xml --suffixes php --exclude /src/Routes.php --ignore-violations-on-exit",
"phpstan": "phpstan analyse -c phpstan.neon.dist --quiet --no-progress",
Expand Down

0 comments on commit 61ade6c

Please sign in to comment.