From c333a2f09476023ced2efd0a6165f9fb5dfe8607 Mon Sep 17 00:00:00 2001 From: Sergiy Petrov Date: Wed, 27 Oct 2021 15:13:11 +0300 Subject: [PATCH] Test against php 8.1 in not experimental mode Co-authored-by: Adrien Crivelli --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 754a463b..32dd510a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,10 +12,7 @@ jobs: - '7.3' - '7.4' - '8.0' - - include: - - php-version: '8.1' - experimental: true + - '8.1' name: PHP ${{ matrix.php-version }}