Skip to content

Commit 146d9c3

Browse files
committed
Test newer PHP versions
1 parent bb6bec0 commit 146d9c3

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"
@@ -98,6 +100,8 @@ jobs:
98100
- "8.0"
99101
- "8.1"
100102
- "8.2"
103+
- "8.3"
104+
- "8.4"
101105
dependencies:
102106
- "lowest"
103107
- "highest"
@@ -141,6 +145,8 @@ jobs:
141145
- "8.0"
142146
- "8.1"
143147
- "8.2"
148+
- "8.3"
149+
- "8.4"
144150
dependencies:
145151
- "lowest"
146152
- "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
"conflict": {
1313
"phpunit/phpunit": "<7.0"

0 commit comments

Comments
 (0)