We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a23821 commit 060e05dCopy full SHA for 060e05d
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: ['8.1', '8.2', '8.3']
+ php: ['8.1', '8.2', '8.3', '8.4']
13
name: PHP ${{ matrix.php }}
14
steps:
15
- uses: actions/checkout@v4
@@ -18,6 +18,8 @@ jobs:
18
with:
19
php-version: ${{ matrix.php }}
20
extensions: posix, pcntl
21
+ env:
22
+ phpts: ts
23
- name: Run tests
24
run: |
25
git clone https://github.com/markreedz/mrloop.git mrloop && \
0 commit comments