Skip to content

Commit bb9a879

Browse files
committed
chore: remove matrix
1 parent 2592567 commit bb9a879

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-phpstan.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,14 @@ jobs:
3333
runs-on: ubuntu-20.04
3434
strategy:
3535
fail-fast: false
36-
matrix:
37-
php-versions: ['8.1']
3836
steps:
3937
- name: Checkout
4038
uses: actions/checkout@v3
4139

4240
- name: Setup PHP
4341
uses: shivammathur/setup-php@v2
4442
with:
45-
php-version: ${{ matrix.php-versions }}
43+
php-version: '8.1'
4644
extensions: intl
4745

4846
- name: Use latest Composer

0 commit comments

Comments
 (0)