Skip to content

Commit

Permalink
lowest dependencies matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
h4kuna committed Sep 12, 2023
1 parent 3d23bf2 commit 5885f36
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,17 @@ jobs:
path: tests/**/output

lowest_dependencies:
name: Lowest Dependencies
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.0', '8.1', '8.2']
name: PHP Lowest Dependencies ${{ matrix.php }}
steps:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: ${{ matrix.php }}
extensions: curl, simplexml, json
coverage: none

- run: composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable
Expand Down

0 comments on commit 5885f36

Please sign in to comment.