Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4fd5ef4
Add script to update version number in phongo_version.h
alcaeus Apr 11, 2024
4f539b6
Add support for release notes in prep_release.php
alcaeus Apr 11, 2024
8e27e9f
Add workflow to create PECL package for tags
alcaeus Apr 18, 2024
7158423
Use PECL-compatible stability suffixes in version
alcaeus Apr 18, 2024
0df9e50
Add dummy changelog for branch packages
alcaeus Apr 18, 2024
2a9bf9a
Use package version from phongo_version.h for install
alcaeus Apr 18, 2024
25acaf8
Disable install step as it currently fails
alcaeus Apr 18, 2024
1c49d08
Upload release artifact for tags
alcaeus Apr 18, 2024
5ef1c98
Extract linux build to action
alcaeus Apr 18, 2024
26bc929
Simplify Windows builds
alcaeus Apr 18, 2024
ea94be3
Remove branch build trigger
alcaeus Apr 18, 2024
76c3f33
Fix errors in packaging workflow
alcaeus Apr 19, 2024
63a5d46
Add release workflow
alcaeus Apr 19, 2024
d800bba
Update release message
alcaeus Apr 24, 2024
4302cda
Write changelog file for PECL package
alcaeus Apr 24, 2024
d6648cb
Add more output to build step
alcaeus Apr 24, 2024
88d08de
Update release documentation
alcaeus Apr 24, 2024
d4b579d
Fix reading changelog for PECL packaging
alcaeus Apr 25, 2024
666a988
Remove explicit phpize installation
alcaeus Apr 29, 2024
2833a36
Remove unnecessary fetch-depth usage
alcaeus Apr 29, 2024
5c46fb3
Use script parameter instead of hardcoded changelog file name
alcaeus Apr 29, 2024
6972709
Improve update-release-version command names
alcaeus Apr 29, 2024
067f691
Remove obsolete comment
alcaeus Apr 29, 2024
5843f69
Update JIRA version field description
alcaeus Apr 29, 2024
f60cd9a
Update release documentation
alcaeus Apr 29, 2024
2a4f512
Install PECL package to ensure it's functional
alcaeus Apr 29, 2024
65d64d0
Only install required extensions
alcaeus Apr 29, 2024
08621e7
Use GFM note syntax
alcaeus May 2, 2024
090fce6
Extract release documentation
alcaeus May 2, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Only install required extensions
  • Loading branch information
alcaeus committed Apr 29, 2024
commit 65d64d02c35fe19d1eeea08b8bda664a2b5827b8
2 changes: 2 additions & 0 deletions .github/workflows/linux/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ runs:
uses: "shivammathur/setup-php@v2"
with:
php-version: "${{ inputs.version }}"
# Only install required extensions
extensions: "none,date,json,spl,standard,xml"

- name: "Configure driver"
run: .github/workflows/configure.sh
Expand Down