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 d421e94 commit ffdea20Copy full SHA for ffdea20
.github/workflows/ci.yml
@@ -10,13 +10,13 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
14
- - name: Set up PHP
15
- uses: shivammathur/setup-php@v2
16
- with:
17
- php-version: '8.2'
18
- - name: Install dependencies
19
- run: composer install --prefer-dist --no-progress
+ - uses: actions/checkout@v2
+ - name: Set up PHP
+ uses: shivammathur/setup-php@v2
+ with:
+ php-version: "8.2"
+ - name: Install dependencies
+ run: composer install --prefer-dist --no-progress
20
21
- name: Run tests
22
run: ./vendor/bin/pest
0 commit comments