Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
pionl committed Apr 7, 2024
1 parent 26f699c commit 050f4cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
secrets: inherit

tests_l9:
name: "Code check - Laravel 9"
name: "Tests - Laravel 9"
strategy:
matrix:
phpVersion: [ "8.1", "8.2", "8.3" ]
Expand All @@ -65,7 +65,7 @@ jobs:
secrets: inherit

tests_l10:
name: "Code check - Laravel 10"
name: "Tests - Laravel 10"
strategy:
matrix:
phpVersion: [ "8.1", "8.2", "8.3" ]
Expand All @@ -76,7 +76,7 @@ jobs:
secrets: inherit

tests_l11:
name: "Code check - Laravel 11"
name: "Tests - Laravel 11"
strategy:
matrix:
phpVersion: [ "8.2", "8.3" ]
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
"require-dev": {
"larastrict/conventions": "v0.1.1",
"mockery/mockery": "^1.6",
"nette/php-generator": "^v4.1",
"nette/php-generator": "^v4.1.4",
"orchestra/testbench": "^v7.41 | ^v8.0 | ^v9.0",
"phpstan/phpstan-mockery": "^1.1.0"
"phpstan/phpstan-mockery": "^1.1.0",
"phpstan/phpstan-phpunit": "^v1.3.16"
},
"scripts": {
"post-autoload-dump": [
Expand Down

0 comments on commit 050f4cd

Please sign in to comment.