Skip to content

Commit d7ce495

Browse files
committed
update workflows
Signed-off-by: root <sergiubota@rospace.com>
1 parent 0f4d62b commit d7ce495

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.2"
19-
- "8.3"
2018
- "8.4"
19+
- "8.5"
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.4', '8.5']
1919
steps:
2020
- uses: actions/checkout@v7
2121
with:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ jobs:
1515
- ubuntu-latest
1616

1717
php:
18-
- "8.2"
19-
- "8.3"
2018
- "8.4"
19+
- "8.5"
2120

2221
steps:
2322
- name: Checkout

0 commit comments

Comments
 (0)