File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
uses : actions/checkout@v4
13
13
14
14
- name : Set up Docker Buildx
15
- uses : docker/setup-buildx-action@v3.6 .1
15
+ uses : docker/setup-buildx-action@v3.7 .1
16
16
17
17
- name : Cache Docker layers
18
- uses : actions/cache@v4.0.2
18
+ uses : actions/cache@v4.1.1
19
19
with :
20
20
path : /tmp/.buildx-cache
21
21
key : ${{ runner.os }}-buildx-${{ github.sha }}
24
24
25
25
-
26
26
name : Build and push
27
- uses : docker/build-push-action@v6.5 .0
27
+ uses : docker/build-push-action@v6.9 .0
28
28
with :
29
29
context : .
30
30
load : true
Original file line number Diff line number Diff line change 8
8
},
9
9
"prefer-stable" : true ,
10
10
"require" : {
11
- "php" : " ~8.1.0 || ~8.2.0" ,
11
+ "php" : " ~8.1.0 || ~8.2.0 || ~8.3.0 " ,
12
12
"ext-json" : " *" ,
13
13
"ext-pcntl" : " *" ,
14
14
"chimera/bus-tactician" : " ^1.0.x-dev" ,
You can’t perform that action at this time.
0 commit comments