Skip to content

Commit 6ad35d1

Browse files
committed
Nitpick formatting.
1 parent 181b240 commit 6ad35d1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,18 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: ['8.2', '8.3', '8.4', '8.5']
17-
16+
php: [8.2, 8.3, 8.4, 8.5]
1817
name: PHP ${{ matrix.php }}
19-
2018
steps:
2119
- name: Checkout code
2220
uses: actions/checkout@v4
23-
2421
- name: Setup PHP
2522
uses: shivammathur/setup-php@v2
2623
with:
2724
php-version: ${{ matrix.php }}
2825
extensions: json, curl
2926
coverage: none
30-
3127
- name: Install dependencies
3228
run: composer update --prefer-dist --no-interaction --no-progress ${{ matrix.php == '8.5' && '--ignore-platform-req=php' || '' }}
33-
3429
- name: Run tests
3530
run: composer test

0 commit comments

Comments
 (0)