Skip to content

Commit 74551e6

Browse files
committed
Update to test utilities v3
1 parent 93321af commit 74551e6

File tree

4 files changed

+2700
-989
lines changed

4 files changed

+2700
-989
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
qa:
2525
strategy:
2626
matrix:
27-
qa: [lint, cs, stan, psalm, unit-ci, infection, composer-require-checker, composer-unused]
27+
qa: [lint, cs, stan, psalm, unit, infection, composer-require-checker, composer-unused]
2828
needs: composer-install
2929
runs-on: ubuntu-latest
3030
container:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
"wyrihaximus/constants": "^1.5"
99
},
1010
"require-dev": {
11-
"wyrihaximus/test-utilities": "^2.0"
11+
"wyrihaximus/test-utilities": "^3.0"
1212
},
1313
"config": {
1414
"platform": {
15-
"php": "7.4"
15+
"php": "7.4.7"
1616
},
1717
"preferred-install": "dist",
1818
"sort-packages": true

0 commit comments

Comments
 (0)