Skip to content

Commit 6cd2c9b

Browse files
committedSep 6, 2024··
Test newer PHP versions
1 parent 85e90b3 commit 6cd2c9b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed
 

‎.github/workflows/build.yml

+4
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"
@@ -93,6 +95,8 @@ jobs:
9395
- "8.0"
9496
- "8.1"
9597
- "8.2"
98+
- "8.3"
99+
- "8.4"
96100
dependencies:
97101
- "lowest"
98102
- "highest"

‎.github/workflows/integration-tests.yml

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- "8.0"
2424
- "8.1"
2525
- "8.2"
26+
- "8.3"
27+
- "8.4"
2628
composer-version:
2729
- "v2"
2830
- "preview"
@@ -67,6 +69,8 @@ jobs:
6769
- "8.0"
6870
- "8.1"
6971
- "8.2"
72+
- "8.3"
73+
- "8.4"
7074
composer-version:
7175
- "v2"
7276
- "preview"

‎composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require": {
1010
"php": "^7.2 || ^8.0",
1111
"composer-plugin-api": "^2.0",
12-
"phpstan/phpstan": "^1.9.0 || ^2.0"
12+
"phpstan/phpstan": "^1.12.0 || ^2.0"
1313
},
1414
"require-dev": {
1515
"composer/composer": "^2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.