Skip to content

Commit 23fa7b7

Browse files
committed
Try PHP8
1 parent 69c00be commit 23fa7b7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php: [7.4]
19+
php: [7.4, 8.0]
2020
dependencies: [locked]
2121

2222
steps:
@@ -69,7 +69,7 @@ jobs:
6969

7070
strategy:
7171
matrix:
72-
php: [7.4]
72+
php: [7.4, 8.0]
7373

7474
dependencies: [locked]
7575

@@ -127,7 +127,7 @@ jobs:
127127

128128
strategy:
129129
matrix:
130-
php: [7.4]
130+
php: [7.4, 8.0]
131131

132132
dependencies:
133133
- "lowest"
@@ -178,7 +178,7 @@ jobs:
178178

179179
strategy:
180180
matrix:
181-
php: [7.4]
181+
php: [7.4, 8.0]
182182

183183
dependencies:
184184
- "locked"
@@ -232,7 +232,7 @@ jobs:
232232

233233
strategy:
234234
matrix:
235-
php: [7.4]
235+
php: [7.4, 8.0]
236236

237237
dependencies:
238238
- "locked"

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4",
13+
"php": "^7.4 || ^8.0",
1414
"ext-json": "*",
1515
"cebe/php-openapi": "^1.4",
1616
"fzaninotto/faker": "^1.9",
1717
"league/openapi-psr7-validator": "^0.12",
1818
"thecodingmachine/safe": "^1.1"
1919
},
2020
"require-dev": {
21-
"doctrine/coding-standard": "^8.0",
22-
"ergebnis/composer-normalize": "^2.5",
23-
"infection/infection": "^0.16.3 || ^0.17.0 || ^0.18",
21+
"doctrine/coding-standard": "^8.1",
22+
"ergebnis/composer-normalize": "^2.9",
23+
"infection/infection": "^0.18",
2424
"phpstan/extension-installer": "^1.0",
25-
"phpstan/phpstan": "^0.12.25",
26-
"phpstan/phpstan-phpunit": "^0.12.8",
27-
"phpunit/phpunit": "^9.3",
25+
"phpstan/phpstan": "^0.12.50",
26+
"phpstan/phpstan-phpunit": "^0.12.16",
27+
"phpunit/phpunit": "^9.4",
2828
"spatie/phpunit-snapshot-assertions": "^4.2",
2929
"symfony/var-dumper": "^5.1",
3030
"thecodingmachine/phpstan-safe-rule": "^1.0"

0 commit comments

Comments
 (0)