Skip to content

Commit 88e2fc4

Browse files
authored
Merge pull request #50 from PaulRotmann/php8.4
Run tests on PHP 8.4 and update test environment
2 parents fd2235d + 9bbb205 commit 88e2fc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
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

0 commit comments

Comments
 (0)