Skip to content

Commit 6cc1cb7

Browse files
committed
Test newer PHP versions
1 parent 38db3ba commit 6cc1cb7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "8.1"
2525
- "8.2"
2626
- "8.3"
27+
- "8.4"
2728

2829
steps:
2930
- name: "Checkout"
@@ -103,6 +104,8 @@ jobs:
103104
- "8.0"
104105
- "8.1"
105106
- "8.2"
107+
- "8.3"
108+
- "8.4"
106109
dependencies:
107110
- "lowest"
108111
- "highest"
@@ -163,6 +166,7 @@ jobs:
163166
- "8.1"
164167
- "8.2"
165168
- "8.3"
169+
- "8.4"
166170
update-packages:
167171
- ""
168172
include:

.github/workflows/platform-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- "8.1"
2727
- "8.2"
2828
- "8.3"
29+
- "8.4"
2930
update-packages:
3031
- ""
3132
include:
@@ -35,6 +36,8 @@ jobs:
3536
update-packages: doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
3637
- php-version: "8.3"
3738
update-packages: doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
39+
- php-version: "8.4"
40+
update-packages: doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
3841

3942
steps:
4043
- name: "Checkout"

composer.json

Lines changed: 1 addition & 1 deletion
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.7"
10+
"phpstan/phpstan": "^1.12"
1111
},
1212
"conflict": {
1313
"doctrine/collections": "<1.0",

0 commit comments

Comments
 (0)