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 039a54a commit a1bb8a0Copy full SHA for a1bb8a0
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
- "8.2"
33
- "8.3"
34
- "8.4"
35
-# - "8.5"
+ - "8.5"
36
37
steps:
38
- name: "Checkout"
@@ -42,7 +42,7 @@ jobs:
42
uses: shivammathur/setup-php@v2
43
with:
44
php-version: ${{ matrix.php-version }}
45
- extensions: ast, ${{ env.PHP_EXTENSIONS }}
+ extensions: ast-1.1.3, ${{ env.PHP_EXTENSIONS }}
46
ini-values: ${{ env.PHP_INI_VALUES }}
47
coverage: none
48
0 commit comments