Skip to content

Commit 329e5f8

Browse files
committed
Add testing against PHP 8.4
1 parent 1ccb793 commit 329e5f8

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/test-extensions.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- "8.1"
3838
- "8.2"
3939
- "8.3"
40+
- "8.4"
4041
operating-system:
4142
- "ubuntu-latest"
4243

@@ -99,4 +100,4 @@ jobs:
99100
run: "composer test -- --group zstd-extension"
100101

101102
- name: "Test Snappy"
102-
run: "composer test -- --group snappy-extension"
103+
run: "composer test -- --group snappy-extension"

.github/workflows/test-suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
- "8.1"
8080
- "8.2"
8181
- "8.3"
82+
- "8.4"
8283
operating-system:
8384
- "ubuntu-latest"
8485

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"load"
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
1414
"ext-bcmath": "*",
1515
"ext-dom": "*",
1616
"ext-hash": "*",

0 commit comments

Comments
 (0)