Skip to content

Commit

Permalink
phpunit.yml: extend workflow to run for all major PHP versions (7.1 -…
Browse files Browse the repository at this point in the history
… 8.3) (#43)
  • Loading branch information
k00ni authored Feb 28, 2024
1 parent 01bf556 commit 8dbfb31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ permissions:

jobs:
build:
strategy:
matrix:
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

runs-on: ubuntu-latest

Expand Down

0 comments on commit 8dbfb31

Please sign in to comment.