Skip to content

Commit 57cb6d7

Browse files
authoredDec 5, 2024··
Merge pull request #394 from mistraloz/feature/add-8.4-remove-7.2-and-7.3
Add php8.4
2 parents 87616d3 + c1c00dc commit 57cb6d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+1017
-1553
lines changed
 

Diff for: ‎.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php_version: ['8.3','8.2','8.1','8.0','7.4','7.3','7.2']
18+
php_version: ['8.4', '8.3','8.2','8.1','8.0','7.4']
1919
variant: ['apache','cli','fpm']
2020
# builder: [ {arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "macos-latest"}]
2121
builder: [ {arch: "amd64", os: "ubuntu-latest"}, {arch: "arm64", os: "ubuntu-latest"}]
@@ -64,7 +64,7 @@ jobs:
6464
strategy:
6565
fail-fast: false
6666
matrix:
67-
php_version: ['8.3','8.2','8.1','8.0','7.4','7.3','7.2']
67+
php_version: ['8.4', 8.3','8.2','8.1','8.0','7.4']
6868
variant: ['apache','cli','fpm']
6969
steps:
7070
- name: Checkout

Diff for: ‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ The sqlite3 extension was previously enabled by default, but must now be enabled
6969

7070
The project layout has been deeply changed. There is now only one branch for all the PHP versions.
7171
Each extension now has its own installation script in the `/extensions/core` directory with symlinks for the
72-
extensions in the `/extensions/7.1` and `/extensions/7.2` directory based on the targeted PHP version.
72+
extensions in the `/extensions/8.3` and `/extensions/8.4` directory based on the targeted PHP version.

0 commit comments

Comments
 (0)
Please sign in to comment.