Skip to content

Commit

Permalink
improve yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Apr 17, 2024
1 parent 6eafff2 commit 92fb7a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 8.1, 8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
php: ['8.0', '8.1', '8.2', '8.3']
laravel: ['9.*', '10.*', '11.*']
dependency-version: [prefer-stable]
os: [ubuntu-latest]
include:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
- run: composer install --prefer-dist --no-interaction --no-suggest
- run: vendor/bin/pint --test

0 comments on commit 92fb7a9

Please sign in to comment.