We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4ae22 commit b9b9d8cCopy full SHA for b9b9d8c
.github/workflows/ci.yml
@@ -15,6 +15,12 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v2
18
+ - name: Setup PHP
19
+ uses: shivammathur/setup-php@v2
20
+ with:
21
+ php-version: 8.2
22
+ tools: composer:v2
23
+ coverage: none
24
- name: Install composer dependencies
25
run: composer require "laravel/framework:^${{matrix.laravel}}.0"
26
- name: Run tests
@@ -25,6 +31,12 @@ jobs:
31
runs-on: ubuntu-latest
32
27
33
34
35
36
37
38
39
28
40
- name: Install php-cs-fixer
29
41
run: composer global require friendsofphp/php-cs-fixer
30
42
- name: Run php-cs-fixer
0 commit comments