mirror of
https://github.com/crypto-pro-web/crypto-pro-php.git
synced 2025-04-19 11:53:07 +03:00
Добавил php 8+ в линтер
This commit is contained in:
parent
3d9d77d88d
commit
3a09e9fe08
8
.github/workflows/static-analysis.yml
vendored
8
.github/workflows/static-analysis.yml
vendored
@ -23,6 +23,10 @@ jobs:
|
||||
- "7.2"
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
- "8.3"
|
||||
|
||||
steps:
|
||||
- name: "Checkout"
|
||||
@ -49,6 +53,10 @@ jobs:
|
||||
- "7.2"
|
||||
- "7.3"
|
||||
- "7.4"
|
||||
- "8.0"
|
||||
- "8.1"
|
||||
- "8.2"
|
||||
- "8.3"
|
||||
steps:
|
||||
- name: "Cancel Previous Runs"
|
||||
uses: styfle/cancel-workflow-action@0.11.0
|
||||
|
Loading…
Reference in New Issue
Block a user