We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3754685 commit 4fe7a8dCopy full SHA for 4fe7a8d
.github/workflows/ci.yml
@@ -38,6 +38,7 @@ jobs:
38
- "8.1"
39
- "8.2"
40
- "8.3"
41
+# - "8.4"
42
43
env:
44
PHAN_ALLOW_XDEBUG: 0
@@ -61,6 +62,9 @@ jobs:
61
62
- name: "Run phan"
63
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
64
65
+ - name: "Run PHP_CodeSniffer"
66
+ run: php vendor/bin/phpcs
67
+
68
69
tests:
70
name: "Unit Tests"
@@ -77,6 +81,7 @@ jobs:
77
81
78
82
79
83
84
+ - "8.4"
80
85
86
steps:
87
- name: "Checkout"
0 commit comments