We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9729d1b commit f2e542bCopy full SHA for f2e542b
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@v4
13
14
- name: Set up Docker Buildx
15
- uses: docker/setup-buildx-action@v3.6.1
+ uses: docker/setup-buildx-action@v3.7.1
16
17
- name: Cache Docker layers
18
uses: actions/[email protected]
@@ -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.9.0
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",
"ext-json": "*",
"ext-pcntl": "*",
"chimera/bus-tactician": "^1.0.x-dev",
0 commit comments