Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bckp committed Dec 28, 2022
1 parent 15c5964 commit ebc7a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.0', '7.4']
php: ['8.2', '8.1', '8.0', '7.4']

fail-fast: false

Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
- run: wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.4.3/php-coveralls.phar
- env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: php php-coveralls.phar --verbose --config tests/.coveralls.yml
run: php php-coveralls.phar --verbose --config tests/.coveralls.yml

0 comments on commit ebc7a6e

Please sign in to comment.