From 3c7ceff399d3f8987efe6bae564e02cac2edb03c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1t=C3=A9=20Kocsis?= Date: Sat, 3 Aug 2024 15:22:39 +0200 Subject: [PATCH] Add PHP 8.4 to CI --- .github/workflows/continuous-integration.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b6b6fef..eb5d272 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -14,10 +14,10 @@ jobs: - name: "Checkout" uses: actions/checkout@master - - name: "Install PHP 8.2" + - name: "Install PHP 8.4" uses: shivammathur/setup-php@v2 with: - php-version: "8.2" + php-version: "8.4" extensions: mbstring, xml coverage: none tools: composer:v2 @@ -51,10 +51,10 @@ jobs: - name: "Checkout" uses: actions/checkout@master - - name: "Install PHP 8.2" + - name: "Install PHP 8.4" uses: shivammathur/setup-php@v2 with: - php-version: "8.2" + php-version: "8.4" extensions: mbstring, xml coverage: none tools: composer:v2 @@ -88,6 +88,7 @@ jobs: - "8.1" - "8.2" - "8.3" + - "8.4" dependencies: - lowest @@ -135,10 +136,10 @@ jobs: - name: "Checkout" uses: actions/checkout@master - - name: "Install PHP 8.2" + - name: "Install PHP 8.4" uses: shivammathur/setup-php@v2 with: - php-version: "8.2" + php-version: "8.4" extensions: mbstring, xml coverage: xdebug:v3 tools: composer:v2