Skip to content

Commit 1e47e58

Browse files
committed
fix github actions
Signed-off-by: arhimede <julian@dotkernel.com>
1 parent b2949ac commit 1e47e58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codecov.yml

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

1717
php:
18-
- "8.4"
18+
- "8.5"
1919

2020
steps:
2121
- name: Checkout

.github/workflows/static-analysis.yml

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

1717
php:
18-
- "8.4"
18+
- "8.5"
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)