Skip to content

Commit

Permalink
Merge pull request #48 from spinupwp/fix-actions
Browse files Browse the repository at this point in the history
GithHub actions now run on all supported PHP versions
  • Loading branch information
A5hleyRich authored Jun 7, 2022
2 parents 830b6eb + d054dcf commit a241711
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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@v5
- uses: php-actions/composer@v6
with:
php_version: ${{ matrix.php-versions }}
- uses: NWBY/[email protected]

0 comments on commit a241711

Please sign in to comment.