Skip to content

Commit 2d1a8d4

Browse files
committed
Test on PHP 8.4
1 parent fc78031 commit 2d1a8d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/quality-assurance.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
experimental: false
5555
phpstan: false
5656
phpunit-flags: '--no-coverage'
57+
- php: '8.4'
58+
experimental: true
59+
phpstan: false
60+
phpunit-flags: '--no-coverage'
5761
steps:
5862
- uses: actions/checkout@v4
5963
- run: docker-compose -f docker-compose.yml up -d

0 commit comments

Comments
 (0)