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.
2 parents 9236e1f + 1040b53 commit c472938Copy full SHA for c472938
1 file changed
.github/workflows/ci.yml
@@ -7,10 +7,11 @@ on:
7
jobs:
8
PHPUnit:
9
name: PHPUnit (PHP ${{ matrix.php }})
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
strategy:
12
matrix:
13
php:
14
+ - 8.4
15
- 8.3
16
- 8.2
17
- 8.1
@@ -39,7 +40,7 @@ jobs:
39
40
41
PHPUnit-hhvm:
42
name: PHPUnit (HHVM)
43
44
continue-on-error: true
45
steps:
46
- uses: actions/checkout@v4
0 commit comments