Skip to content

Commit 474af05

Browse files
committed
removed php84 from workflow
Signed-off-by: sergiu <sergiubota@rospace.com>
1 parent 9173c6a commit 474af05

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.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

0 commit comments

Comments
 (0)