chore: dont run integration tests yet on php 8.4

This commit is contained in:
Nuno Maduro
2024-09-19 13:42:01 +01:00
parent 452ffaf8df
commit 28772c2609

View File

@ -51,4 +51,5 @@ jobs:
run: composer test:parallel
- name: Integration Tests
if: ${{ matrix.php != '8.4' }}
run: composer test:integration