Skip to content

Commit

Permalink
php-8.X-pecl-raphf - adjust comments
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser committed Oct 30, 2024
1 parent 21e4a06 commit 6cb1947
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions php-8.1-pecl-raphf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ pipeline:
with:
extension: "raphf"

# PHP initialization is order dependent. So we will explicitly
# load this by prefixing the file with 10- so it runs before
# other modules which start with letters
# starts.
- runs: |
# PHP initialization is order dependent. So we will explicitly
# load this by prefixing the file with 10- so it runs before
# other modules which start with letters starts.
mv ${{targets.destdir}}/etc/php/conf.d/raphf.ini ${{targets.destdir}}/etc/php/conf.d/10-raphf.ini
- uses: strip
Expand Down
7 changes: 3 additions & 4 deletions php-8.2-pecl-raphf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ pipeline:
with:
extension: "raphf"

# PHP initialization is order dependent. So we will explicitly
# load this by prefixing the file with 10- so it runs before
# other modules which start with letters
# starts.
- runs: |
# PHP initialization is order dependent. So we will explicitly
# load this by prefixing the file with 10- so it runs before
# other modules which start with letters starts.
mv ${{targets.destdir}}/etc/php/conf.d/raphf.ini ${{targets.destdir}}/etc/php/conf.d/10-raphf.ini
- uses: strip
Expand Down
7 changes: 3 additions & 4 deletions php-8.3-pecl-raphf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ pipeline:
with:
extension: "raphf"

# PHP initialization is order dependent. So we will explicitly
# load this by prefixing the file with 10- so it runs before
# other modules which start with letters
# starts.
- runs: |
# PHP initialization is order dependent. So we will explicitly
# load this by prefixing the file with 10- so it runs before
# other modules which start with letters starts.
mv ${{targets.destdir}}/etc/php/conf.d/raphf.ini ${{targets.destdir}}/etc/php/conf.d/10-raphf.ini
- uses: strip
Expand Down

0 comments on commit 6cb1947

Please sign in to comment.