Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rela589n committed Nov 18, 2023
1 parent 5194525 commit 2888a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -51,7 +51,7 @@ jobs:
- run: ${{ matrix.actions.run }}
test:
needs: composer-validate
name: Test
name: PHPUnit
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -64,7 +64,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: ${{ matrix.php }}
coverage: none
tools: composer:v2

Expand Down

0 comments on commit 2888a7a

Please sign in to comment.