From c4f9c4ad098ac463a9931e3f7795bb4164583bbe Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Tue, 29 Jul 2025 10:58:23 -0300 Subject: [PATCH] chore: bump php Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- .docker/php/Dockerfile | 2 +- .github/workflows/composer-validate.yml | 6 +++--- .github/workflows/deploy.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.docker/php/Dockerfile b/.docker/php/Dockerfile index fbe55a00..87ad5969 100644 --- a/.docker/php/Dockerfile +++ b/.docker/php/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.3-fpm +FROM php:8.4-fpm RUN apt-get update \ && apt-get install -y \ diff --git a/.github/workflows/composer-validate.yml b/.github/workflows/composer-validate.yml index 87081c08..e5159ca3 100644 --- a/.github/workflows/composer-validate.yml +++ b/.github/workflows/composer-validate.yml @@ -11,9 +11,9 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 - - name: Set up php 8.3 + - name: Set up php 8.4 uses: shivammathur/setup-php@v2 with: - php-version: 8.3 + php-version: 8.4 - name: Validate composer files - run: composer validate --strict \ No newline at end of file + run: composer validate --strict diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 58204b95..65793153 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,10 +23,10 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - - name: Set up php 8.3 + - name: Set up php 8.4 uses: shivammathur/setup-php@v2 with: - php-version: 8.3 + php-version: 8.4 - name: Set up PHP dependencie run: composer i - name: Run composer command @@ -42,4 +42,4 @@ jobs: # Write the given domain name to the CNAME file fqdn: librecode.coop # Allow Jekyll to build your site - jekyll: false \ No newline at end of file + jekyll: false