Skip to content

Commit 4af2e96

Browse files
committed
PHPC-2434: Add PHP 8.4 to GitHub Actions
1 parent da39d53 commit 4af2e96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/package-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ jobs:
9898
fail-fast: false
9999
matrix:
100100
# Note: keep this in sync with the Windows matrix in tests.yml
101-
php: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
101+
php: [ "7.4", "8.0", "8.1", "8.2", "8.3", "8.4" ]
102102
arch: [ x64, x86 ]
103103
ts: [ ts, nts ]

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
- "8.1"
2929
- "8.2"
3030
- "8.3"
31+
- "8.4"
3132
mongodb-version:
3233
- "4.4"
3334
topology:
@@ -123,6 +124,6 @@ jobs:
123124
fail-fast: false
124125
matrix:
125126
# Note: keep this in sync with the Windows matrix in package-release.yml
126-
php: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
127+
php: [ "7.4", "8.0", "8.1", "8.2", "8.3", "8.4" ]
127128
arch: [ x64, x86 ]
128129
ts: [ ts, nts ]

0 commit comments

Comments
 (0)