Skip to content

Commit b3e879b

Browse files
committed
brianium/paratest ^7.3
1 parent 4d9a125 commit b3e879b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpunits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120

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

125125
- name: Prepare codeclimate
126126
id: codeclimate-prepare

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ergebnis/phpstan-rules": "^2.1",
3737
"infection/infection": "~0.27",
3838
"laravel/cashier": "^15.0",
39-
"nunomaduro/collision": "^7.7|^8.0",
39+
"nunomaduro/collision": "^7.8|^8.0",
4040
"larastan/larastan": "^2.8",
4141
"orchestra/testbench": "^8.21|^9.0",
4242
"phpstan/phpstan": "^1.10",

0 commit comments

Comments
 (0)