Skip to content

Commit

Permalink
Update the PHP version used to run the E2E tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Dane committed Jul 2, 2024
1 parent 3b06e0a commit 2b8ca4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end_tests/php-composer-dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.7-labs
FROM php:7.4-cli
FROM php:8.1-cli

RUN apt-get update
RUN apt-get -y install git unzip libzip-dev
Expand Down

0 comments on commit 2b8ca4d

Please sign in to comment.