Skip to content

Commit 5d66e24

Browse files
getting github workflow to work
1 parent 64d8d57 commit 5d66e24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: php-actions/composer@v6 # or alternative dependency management
12+
with:
13+
php_version: '8.1'
14+
php_extensions: 'soap'
1215
- uses: php-actions/phpunit@v3
1316
with:
1417
php_version: '8.1'

0 commit comments

Comments
 (0)