We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e757c27 commit 62dc408Copy full SHA for 62dc408
.github/workflows/lint.yml
@@ -16,10 +16,11 @@ jobs:
16
- "8.0"
17
- "8.1"
18
- "8.2"
19
+ - "8.3"
20
21
steps:
22
- name: "Checkout"
- uses: "actions/checkout@v2"
23
+ uses: "actions/checkout@v4"
24
25
- name: "Install PHP"
26
uses: "shivammathur/setup-php@v2"
.github/workflows/main.yml
@@ -13,10 +13,11 @@ jobs:
13
14
15
0 commit comments