Skip to content

Commit e5e611f

Browse files
committed
Fix up CI config.
1 parent 627fe7c commit e5e611f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
pull_request:
6+
workflow_dispatch:
47

58
jobs:
69
testsuite:
@@ -17,7 +20,7 @@ jobs:
1720
- name: Setup PHP
1821
uses: shivammathur/setup-php@v2
1922
with:
20-
php-version: '8.1'
23+
php-version: ${{ matrix.php-version }}
2124
extensions: mbstring, json, fileinfo
2225
tools: pecl
2326
coverage: pcov

0 commit comments

Comments
 (0)