diff --git a/.github/workflows/codestyle2.yml b/.github/workflows/codestyle.yml similarity index 86% rename from .github/workflows/codestyle2.yml rename to .github/workflows/codestyle.yml index 1348548f..69a352b3 100644 --- a/.github/workflows/codestyle2.yml +++ b/.github/workflows/codestyle.yml @@ -15,10 +15,10 @@ jobs: php: [7.4, 8.1, 8.2] stability: [prefer-stable] - name: PHP ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }} + name: PHP ${{ matrix.php }} - ${{ matrix.stability }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0