Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fortSQ committed Sep 13, 2024
1 parent 70a4333 commit 9d3b1c8
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 @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.0]
php: [8.3]

name: PHP ${{ matrix.php }}

Expand All @@ -32,4 +32,4 @@ jobs:
run: composer install --no-interaction --prefer-dist

- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit

0 comments on commit 9d3b1c8

Please sign in to comment.