Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Feb 5, 2025
1 parent 1a3d963 commit 6672c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- master
paths-ignore:
- 'docs/**'
#- '.github/**'
- '.github/**'
- 'scripts/**'
pull_request:
paths-ignore:
Expand All @@ -16,7 +16,7 @@ on:
- 'scripts/**'

env:
COMPOSER_VERSION: '2.7.8' # cause of a bug with Box on Windows...
COMPOSER_VERSION: 'v2'

jobs:
test:
Expand Down

0 comments on commit 6672c8e

Please sign in to comment.