Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 8.0-rc/buster/cli/Dockerfile → 8.0/buster/cli/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
6 changes: 3 additions & 3 deletions 8.0-rc/buster/fpm/Dockerfile → 8.0/buster/fpm/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
6 changes: 3 additions & 3 deletions 8.0-rc/buster/zts/Dockerfile → 8.0/buster/zts/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
5 changes: 3 additions & 2 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
set -Eeuo pipefail

declare -A aliases=(
[7.4]='7 latest'
[8.0-rc]='rc'
[7.4]='7'
[8.0]='8 latest'
[8.1-rc]='rc'
)

defaultDebianSuite='buster'
Expand Down
10 changes: 5 additions & 5 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@
],
"version": "7.4.13"
},
"8.0-rc": {
"ascUrl": "https://downloads.php.net/~carusogabriel/php-8.0.0RC5.tar.xz.asc",
"8.0": {
"ascUrl": "https://www.php.net/distributions/php-8.0.0.tar.xz.asc",
"gpgKeys": "1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F",
"sha256": "fa2e98d8b42e497a45f491c4714f0a67f7d817ff2f7ab9aad09efb72d2a8c60b",
"url": "https://downloads.php.net/~carusogabriel/php-8.0.0RC5.tar.xz",
"sha256": "b5278b3eef584f0c075d15666da4e952fa3859ee509d6b0cc2ed13df13f65ebb",
"url": "https://www.php.net/distributions/php-8.0.0.tar.xz",
"variants": [
"buster/cli",
"buster/apache",
Expand All @@ -77,6 +77,6 @@
"alpine3.12/cli",
"alpine3.12/fpm"
],
"version": "8.0.0RC5"
"version": "8.0.0"
}
}