Skip to content

Commit

Permalink
php-8.4-pecl-raphf - enable updates and use git
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser committed Nov 20, 2024
1 parent 3919e46 commit 09f29e1
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions php-8.4-pecl-raphf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ environment:
- php-${{vars.phpMM}}-dev

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://pecl.php.net/get/raphf-${{package.version}}.tgz
expected-sha512: 0a609fc21a62880963e7afb75297eb75a2598aab2c816cb61e84d665b0453e4952aa9bf25fe2c818cc94492a4b94aed965053c67899fdb984d88661364fffb1e
repository: https://github.com/m6w6/ext-raphf
tag: "release-${{package.version}}"
expected-commit: f52e2bcd62aa733f00454bb61933b83443d3e7cb

- uses: pecl/phpize

Expand All @@ -53,7 +54,8 @@ pipeline:
- uses: strip

update:
enabled: false
exclude-reason: >
TODO(vaikas): I can't find in release-monitoring, or github.
enabled: true
github:
identifier: m6w6/ext-raphf
strip-prefix: release-
tag-filter: release-

0 comments on commit 09f29e1

Please sign in to comment.