Skip to content

Commit

Permalink
End of support php 7.3. Improving code according to newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-mykhailenko committed Aug 10, 2024
1 parent 5c0efb6 commit 05d3a06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ jobs:
- name: Psalm
run: psalm --no-progress --output-format=github

roave-bc-check:
name: Roave BC Check
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

composer-normalize:
name: Composer Normalize
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 05d3a06

Please sign in to comment.