mirror of
https://github.com/flextype/flextype.git
synced 2025-08-08 06:06:45 +02:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
@@ -4,7 +4,7 @@ on: ['push', 'pull_request']
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
@@ -13,7 +13,8 @@ jobs:
|
||||
dependency-version: [prefer-stable]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Get latest code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
@@ -36,5 +37,6 @@ jobs:
|
||||
run: composer update --dev --${{ matrix.dependency-version }} --ignore-platform-req=php --no-interaction --no-progress
|
||||
if: "matrix.php >= 8"
|
||||
|
||||
|
||||
- name: Run Tests
|
||||
run: ./vendor/bin/pest
|
||||
|
Reference in New Issue
Block a user