Skip to content

Commit

Permalink
OP-291: Bump php version used in docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
hmfilar committed Sep 18, 2024
1 parent 0568a1f commit 9cd21f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:

-
name: Upload Behat logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: Behat logs
Expand All @@ -199,7 +199,7 @@ jobs:

-
name: Upload test log logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: Var logs
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
ARG PHP_VERSION=8.1
ARG PHP_VERSION=8.3
ENV LC_ALL=C.UTF-8

# Install basic tools
Expand Down

0 comments on commit 9cd21f4

Please sign in to comment.