Skip to content

Commit

Permalink
fix: yaml errors in frankenphp
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Apr 3, 2024
1 parent e0cf1ae commit 1725e6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ jobs:
--arch x86_64 \
-r https://packages.wolfi.dev/os \
-k https://packages.wolfi.dev/os/wolfi-signing.rsa.pub \
-r https://wolfi.shyim.me \
-k https://wolfi.shyim.me/php-signing.rsa.pub \
$file
done
4 changes: 1 addition & 3 deletions php-frankenphp-8.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ package:
copyright:
- license: PHP-3.01
dependencies:
provides:
- php-frankenphp=${{package.full-version}}
runtime:
- libxml2
- ${{package.name}}-config
- libxml2

environment:
contents:
Expand Down
4 changes: 1 addition & 3 deletions php-frankenphp-8.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ package:
copyright:
- license: PHP-3.01
dependencies:
provides:
- php-frankenphp=${{package.full-version}}
runtime:
- libxml2
- ${{package.name}}-config
- libxml2

environment:
contents:
Expand Down

0 comments on commit 1725e6f

Please sign in to comment.