Skip to content

Commit

Permalink
get version of PHP from kalkun.sf.io
Browse files Browse the repository at this point in the history
  • Loading branch information
tenzap committed Dec 17, 2023
1 parent dd5115c commit 0fdddb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ jobs:
# Set array that will store the PHP versions for which we create a package.
PHP_VERSIONS=()
# Start with 7.4.30 since this is for the DEMO we publish on sourceforge.
PHP_VERSIONS+=("7.4.30")
# Set version of PHP running on the sourceforge server (for the DEMO).
PHP_VERSIONS+=("$(curl https://kalkun.sourceforge.io/phpver.php)")
# Get all released php versions above 5.6 (in the format X.Y)
for upstream_ver in $(curl https://www.php.net/releases/?json | jq -r '.[].version' | cut -f -2 -d .); do
Expand Down

0 comments on commit 0fdddb2

Please sign in to comment.