We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2592567 commit bb9a879Copy full SHA for bb9a879
1 file changed
.github/workflows/test-phpstan.yml
@@ -33,16 +33,14 @@ jobs:
33
runs-on: ubuntu-20.04
34
strategy:
35
fail-fast: false
36
- matrix:
37
- php-versions: ['8.1']
38
steps:
39
- name: Checkout
40
uses: actions/checkout@v3
41
42
- name: Setup PHP
43
uses: shivammathur/setup-php@v2
44
with:
45
- php-version: ${{ matrix.php-versions }}
+ php-version: '8.1'
46
extensions: intl
47
48
- name: Use latest Composer
0 commit comments