We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5708c commit e854be9Copy full SHA for e854be9
.github/workflows/main.yml
@@ -35,6 +35,8 @@ jobs:
35
phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
36
- php: '8.3'
37
38
+ - php: '8.4'
39
+ phpunit_config: 'phpunit10.xml.dist' # PHPUnit 10.5
40
41
name: Tests (PHP ${{ matrix.php }})
42
steps:
0 commit comments