Skip to content

Commit 4ad5d41

Browse files
added support for PHP 8.3
1 parent bd1297f commit 4ad5d41

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ jobs:
1515
name: Build and test
1616
strategy:
1717
matrix:
18-
php: ['8.1', '8.2']
18+
php: ['8.1', '8.2', '8.3']
1919
deps: [high]
2020
include:
2121
- php: '8.2'
2222
deps: low
23+
- php: '8.3'
24+
deps: low
2325

2426
steps:
2527
- uses: actions/checkout@v3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Injects services from a PSR-11 dependency injection container to PHPUnit test cases",
44
"type": "library",
55
"require": {
6-
"php": "~8.1.0 || ~8.2.0",
6+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
77
"phpunit/phpunit": "^9.0",
88
"psr/container": "^1.0 || ^2.0",
99
"zalas/injector": "^2.0"

0 commit comments

Comments
 (0)