Skip to content

Commit a1bb8a0

Browse files
committed
🔥 setup-php could you please?
1 parent 039a54a commit a1bb8a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- "8.2"
3333
- "8.3"
3434
- "8.4"
35-
# - "8.5"
35+
- "8.5"
3636

3737
steps:
3838
- name: "Checkout"
@@ -42,7 +42,7 @@ jobs:
4242
uses: shivammathur/setup-php@v2
4343
with:
4444
php-version: ${{ matrix.php-version }}
45-
extensions: ast, ${{ env.PHP_EXTENSIONS }}
45+
extensions: ast-1.1.3, ${{ env.PHP_EXTENSIONS }}
4646
ini-values: ${{ env.PHP_INI_VALUES }}
4747
coverage: none
4848

0 commit comments

Comments
 (0)