Skip to content

Commit a039289

Browse files
committed
Run tests on PHP 8.4 and update test environment
1 parent bbe0bd8 commit a039289

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 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
@@ -43,11 +44,12 @@ jobs:
4344

4445
PHPUnit-Unstable:
4546
name: PHPUnit (Unstable PHP ${{ matrix.php }})
46-
runs-on: ubuntu-20.04
47+
runs-on: ubuntu-24.04
4748
continue-on-error: true
4849
strategy:
4950
matrix:
5051
php:
52+
- 8.4
5153
- 8.3
5254
- 8.2
5355
- 8.1
@@ -106,11 +108,12 @@ jobs:
106108

107109
PHPUnit-Windows:
108110
name: PHPUnit (PHP ${{ matrix.php }} on Windows)
109-
runs-on: windows-2022
111+
runs-on: windows-2024
110112
continue-on-error: true
111113
strategy:
112114
matrix:
113115
php:
116+
- 8.4
114117
- 8.3
115118
- 8.2
116119
- 8.1

0 commit comments

Comments
 (0)