Skip to content

Commit 570bf9f

Browse files
authored
Merge pull request #446 from unixslayer/php8.1-support
PHP 8.1 is still supported
2 parents 7b29487 + b0d6099 commit 570bf9f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
fail-fast: true
3535
matrix:
3636
include:
37+
- php: 8.1
38+
dependencies: ''
39+
- php: 8.1
40+
dependencies: '--prefer-lowest --prefer-stable'
3741
- php: 8.2
3842
dependencies: ''
3943
- php: 8.2

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"minimum-stability": "dev",
2525
"prefer-stable": true,
2626
"require": {
27-
"php": "^8.2",
27+
"php": "^8.1",
2828
"marc-mabe/php-enum": "^4.4",
2929
"prooph/common": "^4.6.0"
3030
},
@@ -34,7 +34,7 @@
3434
"phpunit/php-invoker": "^3.1",
3535
"phpunit/phpunit": "^9.6 || ^10.0",
3636
"prooph/bookdown-template": "^0.2.3",
37-
"prooph/php-cs-fixer-config": "^0.6",
37+
"prooph/php-cs-fixer-config": "^0.7.0",
3838
"psr/container": "^1.0",
3939
"sandrokeil/interop-config": "^2.0.1",
4040
"php-coveralls/php-coveralls": "^2.7"

0 commit comments

Comments
 (0)