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 23e4ff3 commit 65b3440Copy full SHA for 65b3440
.github/workflows/ci.yml
@@ -11,9 +11,10 @@ jobs:
11
strategy:
12
matrix:
13
os:
14
- - ubuntu-22.04
+ - ubuntu-24.04
15
- windows-2022
16
php:
17
+ - 8.4
18
- 8.3
19
- 8.2
20
- 8.1
@@ -44,13 +45,13 @@ jobs:
44
45
46
PHPUnit-macOS:
47
name: PHPUnit (macOS)
- runs-on: macos-12
48
+ runs-on: macos-14
49
continue-on-error: true
50
steps:
51
- uses: actions/checkout@v4
52
- uses: shivammathur/setup-php@v2
53
with:
- php-version: 8.2
54
+ php-version: 8.4
55
coverage: xdebug
56
- run: composer install
57
- run: vendor/bin/phpunit --coverage-text
0 commit comments