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 30c5e43 + 930bd7a commit 967dac8Copy full SHA for 967dac8
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
@@ -34,7 +35,7 @@ jobs:
34
35
36
PHPUnit-macOS:
37
name: PHPUnit (macOS)
- runs-on: macos-12
38
+ runs-on: macos-14
39
continue-on-error: true
40
steps:
41
- uses: actions/checkout@v4
0 commit comments