Skip to content

Commit

Permalink
chore: dont run integration tests yet on php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 19, 2024
1 parent 452ffaf commit 28772c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@ jobs:
run: composer test:parallel

- name: Integration Tests
if: ${{ matrix.php != '8.4' }}
run: composer test:integration

0 comments on commit 28772c2

Please sign in to comment.