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 1bf1b5d commit 89428a1Copy full SHA for 89428a1
.github/workflows/build.yml
@@ -39,6 +39,8 @@ jobs:
39
- "8.0"
40
- "8.1"
41
- "8.2"
42
+ - "8.3"
43
+ - "8.4"
44
45
steps:
46
- name: Checkout.
.github/workflows/static.yml
@@ -35,6 +35,7 @@ jobs:
35
36
37
38
psalm.xml.dist
@@ -7,7 +7,7 @@
7
xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd"
8
>
9
<projectFiles>
10
- <directory name="src" />
+ <directory name="src"/>
11
<ignoreFiles>
12
<directory name="vendor"/>
13
</ignoreFiles>
0 commit comments