We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0568a1f commit 9cd21f4Copy full SHA for 9cd21f4
.github/workflows/build.yml
@@ -190,7 +190,7 @@ jobs:
190
191
-
192
name: Upload Behat logs
193
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
194
if: failure()
195
with:
196
name: Behat logs
@@ -199,7 +199,7 @@ jobs:
199
200
201
name: Upload test log logs
202
203
204
205
name: Var logs
Dockerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:20.04
2
ARG DEBIAN_FRONTEND=noninteractive
3
-ARG PHP_VERSION=8.1
+ARG PHP_VERSION=8.3
4
ENV LC_ALL=C.UTF-8
5
6
# Install basic tools
0 commit comments