Skip to content

Commit

Permalink
Add tests with lowest composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Jul 22, 2024
1 parent a357a85 commit 6739098
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
tests:
name: PHP ${{ matrix.php }}
name: "PHP ${{ matrix.php }}, ${{ matrix.dependencies }}$ deps"
runs-on: ubuntu-latest

strategy:
Expand All @@ -27,6 +27,9 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
dependencies:
- "lowest"
- "highest"

env:
extensions: ctype, dom, grpc, json, mbstring, openssl, xml, zip, zlib
Expand Down Expand Up @@ -62,6 +65,7 @@ jobs:
- uses: "ramsey/composer-install@v3"
with:
composer-options: "${{ matrix.composer-options }}"
dependency-versions: "${{ matrix.dependencies }}"

- name: Setup problem matchers for PHP
run: echo "::add-matcher::${{ runner.tool_cache }}/php.json"
Expand Down

0 comments on commit 6739098

Please sign in to comment.