Skip to content

Commit 0e918ca

Browse files
committed
maint: use php 8.2 for GitHub action
1 parent dc738f5 commit 0e918ca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/phpunit.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212

13+
- name: Setup PHP
14+
uses: shivammathur/setup-php@v2
15+
with:
16+
php-version: 8.2
17+
extensions: curl, json, mbstring, openssl
18+
1319
- name: Validate composer.json and composer.lock
1420
run: composer validate
1521

0 commit comments

Comments
 (0)