From aad90e2641bb9fdd05474688fa87041f0624935d Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Sun, 24 Mar 2024 10:14:42 +0100 Subject: [PATCH] [TASK] Use "latest" instead of "stable" --- .github/workflows/continuous-integration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 79582d8..83dfab3 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -238,13 +238,13 @@ jobs: experimental: - false include: - - php-version: 'stable' + - php-version: 'latest' dependencies: 'lowest' experimental: true - - php-version: 'stable' + - php-version: 'latest' dependencies: 'stable' experimental: true - - php-version: 'stable' + - php-version: 'latest' dependencies: 'highest' experimental: true