From bd075d5837df5bbf79f863e29b835ca753957079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ste=CC=81phane=20Dion?= Date: Sat, 8 Feb 2025 14:02:23 +0100 Subject: [PATCH] PHP 8.4 --- .github/workflows/build.yml | 2 +- .symfony.insight.yaml | 2 +- .travis.yml | 2 +- docs/index.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04420d68..c3db1577 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: - name: Setup PHP uses: nanasess/setup-php@master with: - php-version: 8.2 + php-version: 8.4 env: ELASTICSEARCH_URL: 127.0.0.1:9200 diff --git a/.symfony.insight.yaml b/.symfony.insight.yaml index b6e7df4f..6ab8500c 100644 --- a/.symfony.insight.yaml +++ b/.symfony.insight.yaml @@ -1 +1 @@ -php_version: 8.2 +php_version: 8.4 diff --git a/.travis.yml b/.travis.yml index fa8378fd..8d99f83f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: php php: - - 8.2 + - 8.4 services: - elasticsearch diff --git a/docs/index.md b/docs/index.md index ccf5facf..7dd6f73f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -140,7 +140,7 @@ If you have SSL certificates, add ```-v /path/privkey.pem:/etc/nginx/privkey.pem [(Back to source installation)](#source-installation) - Web server -- PHP 8.2: [Visit](https://symfony.com/doc/current/setup/web_server_configuration.html) +- PHP 8.4: [Visit](https://symfony.com/doc/current/setup/web_server_configuration.html) - Composer: [Visit](https://getcomposer.org/download/) ### Web server