Skip to content

Commit 2462e57

Browse files
committed
Test newer PHP versions
1 parent 363f921 commit 2462e57

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"require": {
99
"php": "^7.2 || ^8.0",
10-
"phpstan/phpstan": "^1.11"
10+
"phpstan/phpstan": "^1.12"
1111
},
1212
"require-dev": {
1313
"nikic/php-parser": "^4.13.0",

0 commit comments

Comments
 (0)