Skip to content

Commit e854be9

Browse files
committed
Test on PHP 8.4
1 parent 3f5708c commit e854be9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
3636
- php: '8.3'
3737
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
38+
- php: '8.4'
39+
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
3840

3941
name: Tests (PHP ${{ matrix.php }})
4042
steps:

0 commit comments

Comments
 (0)