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