Skip to content

Commit 92fb7a9

Browse files
committed
improve yaml files
1 parent 6eafff2 commit 92fb7a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [8.0, 8.1, 8.2, 8.3]
17-
laravel: [9.*, 10.*, 11.*]
16+
php: ['8.0', '8.1', '8.2', '8.3']
17+
laravel: ['9.*', '10.*', '11.*']
1818
dependency-version: [prefer-stable]
1919
os: [ubuntu-latest]
2020
include:

.github/workflows/pint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
timeout-minutes: 5
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- uses: shivammathur/setup-php@v2
1313
with:
14-
php-version: 8.2
14+
php-version: 8.3
1515
- run: composer install --prefer-dist --no-interaction --no-suggest
1616
- run: vendor/bin/pint --test

0 commit comments

Comments
 (0)