We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd1297f commit 4ad5d41Copy full SHA for 4ad5d41
.github/workflows/build.yml
@@ -15,11 +15,13 @@ jobs:
15
name: Build and test
16
strategy:
17
matrix:
18
- php: ['8.1', '8.2']
+ php: ['8.1', '8.2', '8.3']
19
deps: [high]
20
include:
21
- php: '8.2'
22
deps: low
23
+ - php: '8.3'
24
+ deps: low
25
26
steps:
27
- uses: actions/checkout@v3
composer.json
@@ -3,7 +3,7 @@
3
"description": "Injects services from a PSR-11 dependency injection container to PHPUnit test cases",
4
"type": "library",
5
"require": {
6
- "php": "~8.1.0 || ~8.2.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
7
"phpunit/phpunit": "^9.0",
8
"psr/container": "^1.0 || ^2.0",
9
"zalas/injector": "^2.0"
0 commit comments