File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ jobs:
16
16
- " 7.3"
17
17
- " 7.4"
18
18
- " 8.0"
19
+ - " 8.1"
19
20
20
21
name : PHP ${{ matrix.php-versions }} test
21
22
steps :
22
23
- name : Checkout
23
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v4
24
25
25
26
- name : Setup PHP
26
27
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ jobs:
14
14
packages : write
15
15
steps :
16
16
- name : Checkout repository
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
- name : Log in to the Container registry
19
- uses : docker/login-action@v2
19
+ uses : docker/login-action@v3
20
20
with :
21
21
registry : ${{ env.REGISTRY }}
22
22
username : ${{ github.actor }}
23
23
password : ${{ secrets.GITHUB_TOKEN }}
24
24
- name : Extract metadata (tags, labels) for Docker
25
25
id : meta
26
- uses : docker/metadata-action@v4
26
+ uses : docker/metadata-action@v5
27
27
with :
28
28
images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
29
29
- name : Build and push Docker image
30
- uses : docker/build-push-action@v3
30
+ uses : docker/build-push-action@v6
31
31
with :
32
32
context : .
33
33
push : true
34
34
tags : ${{ steps.meta.outputs.tags }}
35
- labels : ${{ steps.meta.outputs.labels }}
35
+ labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments