From 0f51908b154945d2270863b5924c0c5e2977e257 Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Sat, 6 Sep 2025 08:42:00 +0200 Subject: [PATCH 1/4] Update update-versions.yml --- .github/workflows/update-versions.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 83f9abc..9f74341 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -13,13 +13,16 @@ on: schedule: - cron: '42 2 * * 0' # Trigger workflow once a week +permissions: + contents: write # In order to push commits + env: COMMIT_AUTHOR_NAME: github-actions COMMIT_AUTHOR_EMAIL: 41898282+github-actions[bot]@users.noreply.github.com jobs: actives: - name: "Update actives.json" + name: "Update JSON files" runs-on: ubuntu-latest defaults: run: @@ -42,7 +45,6 @@ jobs: with: ref: '${{ github.head_ref || github.ref }}' path: 'php-versions-repo' - token: '${{ secrets.PAT_COMMIT }}' - name: "Update active versions file" run: | From 175086021b53c1484426c4b0b8674d609c41e44f Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Sat, 6 Sep 2025 08:42:32 +0200 Subject: [PATCH 2/4] Update actives.json --- actives.json | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/actives.json b/actives.json index ea62fa4..8fd4ee4 100644 --- a/actives.json +++ b/actives.json @@ -1,33 +1,5 @@ { "8": { - "8.1": { - "announcement": true, - "tags": [ - "security" - ], - "date": "3 Jul 2025", - "source": [ - { - "filename": "php-8.1.33.tar.gz", - "name": "PHP 8.1.33 (tar.gz)", - "sha256": "ee33568a0e2be0b722b3f9a88cecc578316b66b25c90cd0a4f3b1a5cdc3cd826", - "date": "3 Jul 2025" - }, - { - "filename": "php-8.1.33.tar.bz2", - "name": "PHP 8.1.33 (tar.bz2)", - "sha256": "b6553451841c1a569865d7fdc83024621ee4434cd8fbfeb0a31588ac9c70685f", - "date": "3 Jul 2025" - }, - { - "filename": "php-8.1.33.tar.xz", - "name": "PHP 8.1.33 (tar.xz)", - "sha256": "9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d1", - "date": "3 Jul 2025" - } - ], - "version": "8.1.33" - }, "8.2": { "announcement": true, "tags": [ From f83cf307f29262f2dbe034c412bc86bd439a0b77 Mon Sep 17 00:00:00 2001 From: yoanm <4410697+yoanm@users.noreply.github.com> Date: Sat, 6 Sep 2025 08:42:47 +0200 Subject: [PATCH 3/4] Update qa-releases.json --- qa-releases.json | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/qa-releases.json b/qa-releases.json index 048697e..49d1a20 100644 --- a/qa-releases.json +++ b/qa-releases.json @@ -1,36 +1,3 @@ { - "8": { - "8.5": { - "active": true, - "release": { - "type": "beta", - "number": 2, - "sha256_bz2": "91cd8664072d5fe61313db88cf855ebd576942c462a2e8097dabcbcc7561e1dc", - "sha256_gz": "237833015ab63d5441fb781bc9848ae9bac4a7c3bdb1b6157139c41c1ea98b44", - "sha256_xz": "02d0e9cbe8a1a022c2756c73c693f57b9c47b24545b1e82b72c7f7ffc3079193", - "date": "28 Aug 2025", - "baseurl": "https:\/\/downloads.php.net\/~daniels\/", - "version": "8.5.0beta2", - "files": { - "bz2": { - "sha256": "91cd8664072d5fe61313db88cf855ebd576942c462a2e8097dabcbcc7561e1dc", - "path": "https:\/\/downloads.php.net\/~daniels\/php-8.5.0beta2.tar.bz2" - }, - "gz": { - "sha256": "237833015ab63d5441fb781bc9848ae9bac4a7c3bdb1b6157139c41c1ea98b44", - "path": "https:\/\/downloads.php.net\/~daniels\/php-8.5.0beta2.tar.gz" - }, - "xz": { - "sha256": "02d0e9cbe8a1a022c2756c73c693f57b9c47b24545b1e82b72c7f7ffc3079193", - "path": "https:\/\/downloads.php.net\/~daniels\/php-8.5.0beta2.tar.xz" - } - } - }, - "dev_version": "8.5.0-dev", - "version": "8.5.0", - "short_version": "8.5", - "major_version": "8", - "supported": false - } - } + } From d97ff36e42828e6045e01845e9fe0257e74aad63 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 06:43:02 +0000 Subject: [PATCH 4/4] Update versions (2025-09-06) See https://github.com/yoanm/php-versions/actions/runs/17511277791 --- actives.json | 28 ++++++++++++++++++++++++++++ qa-releases.json | 35 ++++++++++++++++++++++++++++++++++- 2 files changed, 62 insertions(+), 1 deletion(-) diff --git a/actives.json b/actives.json index 8fd4ee4..ea62fa4 100644 --- a/actives.json +++ b/actives.json @@ -1,5 +1,33 @@ { "8": { + "8.1": { + "announcement": true, + "tags": [ + "security" + ], + "date": "3 Jul 2025", + "source": [ + { + "filename": "php-8.1.33.tar.gz", + "name": "PHP 8.1.33 (tar.gz)", + "sha256": "ee33568a0e2be0b722b3f9a88cecc578316b66b25c90cd0a4f3b1a5cdc3cd826", + "date": "3 Jul 2025" + }, + { + "filename": "php-8.1.33.tar.bz2", + "name": "PHP 8.1.33 (tar.bz2)", + "sha256": "b6553451841c1a569865d7fdc83024621ee4434cd8fbfeb0a31588ac9c70685f", + "date": "3 Jul 2025" + }, + { + "filename": "php-8.1.33.tar.xz", + "name": "PHP 8.1.33 (tar.xz)", + "sha256": "9db83bf4590375562bc1a10b353cccbcf9fcfc56c58b7c8fb814e6865bb928d1", + "date": "3 Jul 2025" + } + ], + "version": "8.1.33" + }, "8.2": { "announcement": true, "tags": [ diff --git a/qa-releases.json b/qa-releases.json index 49d1a20..048697e 100644 --- a/qa-releases.json +++ b/qa-releases.json @@ -1,3 +1,36 @@ { - + "8": { + "8.5": { + "active": true, + "release": { + "type": "beta", + "number": 2, + "sha256_bz2": "91cd8664072d5fe61313db88cf855ebd576942c462a2e8097dabcbcc7561e1dc", + "sha256_gz": "237833015ab63d5441fb781bc9848ae9bac4a7c3bdb1b6157139c41c1ea98b44", + "sha256_xz": "02d0e9cbe8a1a022c2756c73c693f57b9c47b24545b1e82b72c7f7ffc3079193", + "date": "28 Aug 2025", + "baseurl": "https:\/\/downloads.php.net\/~daniels\/", + "version": "8.5.0beta2", + "files": { + "bz2": { + "sha256": "91cd8664072d5fe61313db88cf855ebd576942c462a2e8097dabcbcc7561e1dc", + "path": "https:\/\/downloads.php.net\/~daniels\/php-8.5.0beta2.tar.bz2" + }, + "gz": { + "sha256": "237833015ab63d5441fb781bc9848ae9bac4a7c3bdb1b6157139c41c1ea98b44", + "path": "https:\/\/downloads.php.net\/~daniels\/php-8.5.0beta2.tar.gz" + }, + "xz": { + "sha256": "02d0e9cbe8a1a022c2756c73c693f57b9c47b24545b1e82b72c7f7ffc3079193", + "path": "https:\/\/downloads.php.net\/~daniels\/php-8.5.0beta2.tar.xz" + } + } + }, + "dev_version": "8.5.0-dev", + "version": "8.5.0", + "short_version": "8.5", + "major_version": "8", + "supported": false + } + } }