We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6bec0 commit 146d9c3Copy full SHA for 146d9c3
.github/workflows/build.yml
@@ -22,6 +22,8 @@ jobs:
22
- "8.0"
23
- "8.1"
24
- "8.2"
25
+ - "8.3"
26
+ - "8.4"
27
28
steps:
29
- name: "Checkout"
@@ -98,6 +100,8 @@ jobs:
98
100
99
101
102
103
104
105
dependencies:
106
- "lowest"
107
- "highest"
@@ -141,6 +145,8 @@ jobs:
141
145
142
146
143
147
148
149
144
150
151
152
composer.json
@@ -7,7 +7,7 @@
7
],
8
"require": {
9
"php": "^7.2 || ^8.0",
10
- "phpstan/phpstan": "^1.11"
+ "phpstan/phpstan": "^1.12"
11
},
12
"conflict": {
13
"phpunit/phpunit": "<7.0"
0 commit comments