Skip to content

Commit cc09cf6

Browse files
committed
removed php 8.4 support
Signed-off-by: bota <[email protected]>
1 parent 3cb0898 commit cc09cf6

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

.github/workflows/codecov.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
php:
1818
- "8.2"
1919
- "8.3"
20-
- "8.4"
2120

2221
steps:
2322
- name: Checkout

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
checks: write
1616
strategy:
1717
matrix:
18-
php-versions: [ '8.2', '8.3', '8.4']
18+
php-versions: [ '8.2', '8.3']
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
php:
1818
- "8.2"
1919
- "8.3"
20-
- "8.4"
2120

2221
steps:
2322
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444
},
4545
"require": {
46-
"php": "~8.2.0 || ~8.3.0 || ~8.4",
46+
"php": "~8.2.0 || ~8.3.0",
4747
"ext-sockets": "*",
4848
"clue/socket-raw": "^v1.6.0",
4949
"dotkernel/dot-cache": "^4.3",

0 commit comments

Comments
 (0)