From 791e13098b494882254b4c2aaf8b2a027b9e26f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Sun, 2 Jul 2023 16:00:12 +0200 Subject: [PATCH] Don't run the security.txt check on PHP 8.3, ext/gnupg is not yet available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added in #161 For #159 The setup-php log: ``` Run shivammathur/setup-php@v2 with: coverage: none php-version: 8.3 extensions: gnupg ini-file: production /usr/bin/bash /home/runner/work/_actions/shivammathur/setup-php/v2/src/scripts/run.sh ==> Setup PHP ✓ PHP Installed PHP 8.3.0-dev (78d98e50c4c051de0aa1af8da51b552135dc569d) ==> Setup Extensions ✗ gnupg Could not install gnupg on PHP 8.3.0-dev ``` --- .github/workflows/securitytxt.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/securitytxt.yml b/.github/workflows/securitytxt.yml index dc58a1861..44d9c63a9 100644 --- a/.github/workflows/securitytxt.yml +++ b/.github/workflows/securitytxt.yml @@ -13,7 +13,6 @@ jobs: matrix: php-version: - "8.2" - - "8.3" host: - www.michalspacek.cz - www.michalspacek.com