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 eb8ae00 commit 8894a2aCopy full SHA for 8894a2a
.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,13 +40,13 @@ jobs:
39
40
41
PHPUnit-macOS:
42
name: PHPUnit (macOS)
- runs-on: macos-12
43
+ runs-on: macos-14
44
continue-on-error: true
45
steps:
46
- uses: actions/checkout@v4
47
- uses: shivammathur/setup-php@v2
48
with:
- php-version: 8.2
49
+ php-version: 8.4
50
coverage: xdebug
51
ini-file: development
52
- run: composer install
0 commit comments