We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9729d1b commit 970ece4Copy full SHA for 970ece4
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
25
-
26
name: Build and push
27
- uses: docker/build-push-action@v6.5.0
+ uses: docker/build-push-action@v6.6.1
28
with:
29
context: .
30
load: true
composer.json
@@ -8,7 +8,7 @@
8
},
9
"prefer-stable": true,
10
"require": {
11
- "php": "~8.1.0 || ~8.2.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
12
"ext-json": "*",
13
"ext-pcntl": "*",
14
"chimera/bus-tactician": "^1.0.x-dev",
0 commit comments