Skip to content

Commit

Permalink
Update run-tests.yml (thephpleague#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiy-petrov authored May 3, 2022
1 parent cc86847 commit 3145f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
php: [8.0, 7.4, 7.3]
php: [8.1, 8.0, 7.4, 7.3]
dependency-version: [prefer-lowest, prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand All @@ -40,4 +40,4 @@ jobs:
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress
- name: Execute Unit Tests
run: composer test
run: composer test

0 comments on commit 3145f6f

Please sign in to comment.