diff --git a/.changelog/current/2512-update-lint-php-versin.md b/.changelog/current/2512-update-lint-php-versin.md new file mode 100644 index 000000000..7cddb3c3a --- /dev/null +++ b/.changelog/current/2512-update-lint-php-versin.md @@ -0,0 +1,3 @@ +# Maintenance + +- Update PHP lint version used diff --git a/.github/actions/php-linter/Dockerfile b/.github/actions/php-linter/Dockerfile index e920ff9c7..4cb878d05 100644 --- a/.github/actions/php-linter/Dockerfile +++ b/.github/actions/php-linter/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4 +FROM php:8.1 COPY tester.sh /tester.sh