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 022a376 + 7886cb0 commit f222213Copy full SHA for f222213
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
@@ -44,7 +45,7 @@ jobs:
44
45
46
PHPUnit-hhvm:
47
name: PHPUnit (HHVM)
48
49
continue-on-error: true
50
steps:
51
- uses: actions/checkout@v4
0 commit comments