Skip to content

Commit

Permalink
Don't run the security.txt check on PHP 8.3, ext/gnupg is not yet ava…
Browse files Browse the repository at this point in the history
…ilable

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
```
  • Loading branch information
spaze committed Jul 2, 2023
1 parent d602676 commit 791e130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/securitytxt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
php-version:
- "8.2"
- "8.3"
host:
- www.michalspacek.cz
- www.michalspacek.com
Expand Down

0 comments on commit 791e130

Please # to comment.