Skip to content

Commit b2d9444

Browse files
committed
Test newer PHP versions
1 parent d829c21 commit b2d9444

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- "8.0"
2323
- "8.1"
2424
- "8.2"
25+
- "8.3"
26+
- "8.4"
2527

2628
steps:
2729
- name: "Checkout"
@@ -97,6 +99,8 @@ jobs:
9799
- "8.0"
98100
- "8.1"
99101
- "8.2"
102+
- "8.3"
103+
- "8.4"
100104
dependencies:
101105
- "lowest"
102106
- "highest"
@@ -140,6 +144,8 @@ jobs:
140144
- "8.0"
141145
- "8.1"
142146
- "8.2"
147+
- "8.3"
148+
- "8.4"
143149
dependencies:
144150
- "lowest"
145151
- "highest"

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
],
88
"require": {
99
"php": "^7.2 || ^8.0",
10-
"phpstan/phpstan": "^1.5.0"
10+
"phpstan/phpstan": "^1.12"
1111
},
1212
"conflict": {
1313
"dibi/dibi": "<3.0"
1414
},
1515
"require-dev": {
1616
"dibi/dibi": "~4.0",
1717
"php-parallel-lint/php-parallel-lint": "^1.2",
18-
"phpstan/phpstan-phpunit": "^1.0",
19-
"phpstan/phpstan-strict-rules": "^1.0",
18+
"phpstan/phpstan-phpunit": "^1.4",
19+
"phpstan/phpstan-strict-rules": "^1.6",
2020
"phpunit/phpunit": "^9.5"
2121
},
2222
"config": {

0 commit comments

Comments
 (0)