Skip to content

Commit

Permalink
Run tests for multiple PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgefehr committed Jun 7, 2022
1 parent b3aed85 commit d054dcf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ on: ['push']
jobs:
pest:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.4', '8.0']
steps:
- uses: actions/[email protected]
- uses: php-actions/composer@v6
with:
php_version: "8.0"
php_version: ${{ matrix.php-versions }}
- uses: NWBY/[email protected]

0 comments on commit d054dcf

Please sign in to comment.