We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f80055 commit e3e9962Copy full SHA for e3e9962
.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,10 +35,11 @@ jobs:
34
35
36
PHPStan:
37
name: PHPStan (PHP ${{ matrix.php }})
38
39
40
41
42
43
44
45
composer.json
@@ -28,7 +28,7 @@
28
"php": ">=7.1.0"
29
},
30
"require-dev": {
31
- "phpstan/phpstan": "1.10.39 || 1.4.10",
+ "phpstan/phpstan": "1.11.0 || 1.4.10",
32
"phpunit/phpunit": "^9.6 || ^7.5"
33
"autoload": {
0 commit comments