Skip to content

Commit 90dea6c

Browse files
author
olaru
committed
dco and pipeline
Signed-off-by: olaru <olaru@rospace.com>
1 parent 645d04c commit 90dea6c

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
@@ -15,7 +15,6 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.2"
1918
- "8.3"
2019
- "8.4"
2120
- "8.5"

.github/workflows/qodana_code_quality.yml

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

.github/workflows/static-analysis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.2"
1918
- "8.3"
2019
- "8.4"
2120
- "8.5"

0 commit comments

Comments
 (0)