Skip to content

Commit

Permalink
Improve CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpoulter committed Nov 1, 2023
1 parent 4036c0e commit ce6e8b2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [ 8.2 ]
stability: [ prefer-lowest, prefer-stable ]
stability: [ lowest, highest ]

name: Test package (P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }})
name: Test package (PHP ${{ matrix.php }} - ${{ matrix.stability }})

steps:
- name: 📚 Checkout code
Expand All @@ -43,6 +43,8 @@ jobs:
- name: 📦 Install Composer dependencies
uses: ramsey/composer-install@v2
with:
dependency-versions: ${{ matrix.stability }}

- name: 🧪 Run test suite
run: composer test

0 comments on commit ce6e8b2

Please sign in to comment.