We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea7933 commit d710adeCopy full SHA for d710ade
.github/workflows/ci.yml
@@ -8,20 +8,4 @@ on:
8
jobs:
9
ci:
10
name: CI
11
- runs-on: ubuntu-latest
12
- steps:
13
-
14
- - name: Checkout code
15
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16
17
- - name: Install PHP
18
- uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2.22.0
19
- with:
20
- php-version: 7.4
21
- tools: composer
22
23
- - name: Composer install
24
- run: composer install --no-plugins --no-scripts --no-progress --prefer-dist
25
26
- - name: PHPUnit
27
- run: vendor/bin/phpunit --verbose --colors=always
+ uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
0 commit comments