Skip to content

Commit 55086fb

Browse files
author
Jonathan Visser
committed
revert change and go back to php8.3 for deployment
1 parent 02fda42 commit 55086fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
container: quay.io/hypernode/deploy:4-php8.4-node20
15+
container: quay.io/hypernode/deploy:4-php8.3-node20
1616
steps:
1717
- uses: actions/checkout@v3
1818
with:
@@ -47,7 +47,7 @@ jobs:
4747
name: acceptance
4848
url: ${{ steps.get_brancher_hostname.outputs.BRANCHER_URL }}
4949
if: github.ref != 'refs/heads/master'
50-
container: quay.io/hypernode/deploy:4-php8.4-node20
50+
container: quay.io/hypernode/deploy:4-php8.3-node20
5151
steps:
5252
- uses: actions/checkout@v3
5353
with:
@@ -102,7 +102,7 @@ jobs:
102102
name: production
103103
url: https://docs.hypernode.io
104104
if: github.ref == 'refs/heads/master'
105-
container: quay.io/hypernode/deploy:4-php8.4-node20
105+
container: quay.io/hypernode/deploy:4-php8.3-node20
106106
steps:
107107
- uses: actions/checkout@v3
108108
- name: download build artifact

0 commit comments

Comments
 (0)