Skip to content

Commit 9cd21f4

Browse files
committed
OP-291: Bump php version used in docker env
1 parent 0568a1f commit 9cd21f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190

191191
-
192192
name: Upload Behat logs
193-
uses: actions/upload-artifact@v2
193+
uses: actions/upload-artifact@v3
194194
if: failure()
195195
with:
196196
name: Behat logs
@@ -199,7 +199,7 @@ jobs:
199199

200200
-
201201
name: Upload test log logs
202-
uses: actions/upload-artifact@v2
202+
uses: actions/upload-artifact@v3
203203
if: failure()
204204
with:
205205
name: Var logs

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:20.04
22
ARG DEBIAN_FRONTEND=noninteractive
3-
ARG PHP_VERSION=8.1
3+
ARG PHP_VERSION=8.3
44
ENV LC_ALL=C.UTF-8
55

66
# Install basic tools

0 commit comments

Comments
 (0)