Skip to content

Commit 83791f1

Browse files
committed
Run tests on PHP 8.4 and update test environment
1 parent 5f80055 commit 83791f1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
jobs:
88
PHPUnit:
99
name: PHPUnit (PHP ${{ matrix.php }})
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.4
1415
- 8.3
1516
- 8.2
1617
- 8.1
@@ -34,10 +35,11 @@ jobs:
3435

3536
PHPStan:
3637
name: PHPStan (PHP ${{ matrix.php }})
37-
runs-on: ubuntu-22.04
38+
runs-on: ubuntu-24.04
3839
strategy:
3940
matrix:
4041
php:
42+
- 8.4
4143
- 8.3
4244
- 8.2
4345
- 8.1

0 commit comments

Comments
 (0)