diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 23ef350..9210c30 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -9,8 +9,8 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 7.4 + php-version: 8.2 - name: Checkout module uses: actions/checkout@master - name: Check style - uses: Nall-chan/action-style@master + uses: Nall-chan/action-style@strict