Skip to content

Commit 8bb97db

Browse files
committed
fix workflows
1 parent b6cb10f commit 8bb97db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939
- uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
4040
with:
41-
php-version: 8.0
41+
php-version: 8.1
4242
extensions: dom, curl, mbstring, zip, pcntl, intl
4343
coverage: xdebug
4444
- run: composer install --no-interaction --no-scripts

0 commit comments

Comments
 (0)