Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surazdott committed Jan 10, 2025
1 parent a0f8b3a commit 51821a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
php-version: ['8.1', '8.2', '8.3', '8.4']
s

steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -31,4 +31,5 @@ s
run: composer install --prefer-dist --no-progress --no-suggest

- name: Run tests
run: composer test
run: composer test

0 comments on commit 51821a2

Please sign in to comment.