We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccb793 commit 329e5f8Copy full SHA for 329e5f8
.github/workflows/test-extensions.yml
@@ -37,6 +37,7 @@ jobs:
37
- "8.1"
38
- "8.2"
39
- "8.3"
40
+ - "8.4"
41
operating-system:
42
- "ubuntu-latest"
43
@@ -99,4 +100,4 @@ jobs:
99
100
run: "composer test -- --group zstd-extension"
101
102
- name: "Test Snappy"
- run: "composer test -- --group snappy-extension"
103
+ run: "composer test -- --group snappy-extension"
.github/workflows/test-suite.yml
@@ -79,6 +79,7 @@ jobs:
79
80
81
82
83
84
85
composer.json
@@ -10,7 +10,7 @@
10
"load"
11
],
12
"require": {
13
- "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
14
"ext-bcmath": "*",
15
"ext-dom": "*",
16
"ext-hash": "*",
0 commit comments