Skip to content

Commit

Permalink
optimise workflow
Browse files Browse the repository at this point in the history
- to save resources, only run phpunit on all php versions, php 8.4 for the rest
  • Loading branch information
wickedOne committed Nov 22, 2024
1 parent f9fc77a commit 9433fc3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.2"
- "8.4"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -99,8 +99,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.2"
- "8.3"
- "8.4"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -134,7 +133,7 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.2"
- "8.4"
operating-system:
- "ubuntu-latest"

Expand Down

0 comments on commit 9433fc3

Please sign in to comment.