Skip to content

Commit

Permalink
test dependencies correct
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklog committed Oct 26, 2024
1 parent 0bff8dc commit 7d27e5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
strategy:
matrix:
php-versions: [ '8.2', '8.3', '8.4' ]
dependencies: [ 'locked', 'latest' ]

steps:
- name: Checkout Repository
Expand All @@ -33,7 +34,7 @@ jobs:
- name: Install Composer dependencies
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.php-versions }}
dependency-versions: ${{ matrix.dependencies }}
composer-options: --prefer-dist --no-scripts

- name: Composer Dependency Analyser
Expand Down

0 comments on commit 7d27e5a

Please sign in to comment.