Skip to content

Commit

Permalink
brianium/paratest ^7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Feb 11, 2024
1 parent 4d9a125 commit b3e879b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:

- name: Check codeclimate
id: codeclimate-check
run: echo "execute=${{ matrix.php-versions == '8.2' && matrix.caches == 'array' && matrix.databases == 'testing' }}" >> $GITHUB_OUTPUT
run: echo "execute=${{ matrix.php-versions == '8.3' && matrix.caches == 'array' && matrix.databases == 'testing' }}" >> $GITHUB_OUTPUT

- name: Prepare codeclimate
id: codeclimate-prepare
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"ergebnis/phpstan-rules": "^2.1",
"infection/infection": "~0.27",
"laravel/cashier": "^15.0",
"nunomaduro/collision": "^7.7|^8.0",
"nunomaduro/collision": "^7.8|^8.0",
"larastan/larastan": "^2.8",
"orchestra/testbench": "^8.21|^9.0",
"phpstan/phpstan": "^1.10",
Expand Down

0 comments on commit b3e879b

Please sign in to comment.