Skip to content

Commit

Permalink
Merge pull request #928 from joanhey/php-8.3-tests
Browse files Browse the repository at this point in the history
Add PHP 8.3 nightly to tests
  • Loading branch information
walkor committed Jul 4, 2023
2 parents 240eda9 + 1c257f6 commit cac7c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
php: ["8.1", "8.2", "8.3"]
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down Expand Up @@ -46,5 +46,5 @@ jobs:
run: composer analyse

- name: Execute tests
run: vendor/bin/pest --coverage
run: vendor/bin/pest --coverage --colors=always

0 comments on commit cac7c8e

Please sign in to comment.