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 0bd5fab commit 5c0efb6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,9 @@ jobs:
- name: Psalm
run: psalm --no-progress --output-format=github

roave-backwards-compatibility-check:
name: Roave Backwards Compatibility Check
runs-on: ubuntu-latest
steps:
- name: Mark github workspace as safe
run: git config --global --add safe.directory /github/workspace
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Check for BC breaks"
uses: docker://nyholm/roave-bc-check-ga

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

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 5c0efb6

Please sign in to comment.