1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

feat(tests): continue improving tests #477

This commit is contained in:
Awilum
2020-11-21 21:10:34 +03:00
parent 9ac6310f30
commit cdc8c7b21e

View File

@@ -2,15 +2,14 @@ name: Tests
on: ['push', 'pull_request']
jobs:
build:
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['7.3', '7.4', '8.0']
dependency-version: [prefer-stable]
runs-on: ${{ matrix.os }}
steps:
- name: Get latest code
uses: actions/checkout@v2
@@ -33,8 +32,8 @@ jobs:
if: "matrix.php < 8"
- name: Install PHP 8 dependencies
if: "matrix.php >= 8 && "
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