Summary
Jobs
Unit Testing
PHP8.1, ubuntu-latest, lowest deps
PHP8.1, ubuntu-latest, highest deps
PHP8.1, protobuf, ubuntu-latest, lowest deps
PHP8.1, protobuf, ubuntu-latest, highest deps
PHP8.1, windows-latest, lowest deps
PHP8.1, windows-latest, highest deps
PHP8.2, ubuntu-latest, lowest deps
PHP8.2, ubuntu-latest, highest deps
PHP8.2, protobuf, ubuntu-latest, lowest deps
PHP8.2, protobuf, ubuntu-latest, highest deps
PHP8.3, ubuntu-latest, lowest deps
PHP8.3, ubuntu-latest, highest deps
PHP8.3, protobuf, ubuntu-latest, lowest deps
PHP8.3, protobuf, ubuntu-latest, highest deps
Feature Testing
PHP8.1, ubuntu-latest, lowest deps
PHP8.1, ubuntu-latest, highest deps
PHP8.1, protobuf, ubuntu-latest, lowest deps
PHP8.1, protobuf, ubuntu-latest, highest deps
PHP8.1, windows-latest, lowest deps
PHP8.1, windows-latest, highest deps
PHP8.2, ubuntu-latest, lowest deps
PHP8.2, ubuntu-latest, highest deps
PHP8.2, protobuf, ubuntu-latest, lowest deps
PHP8.2, protobuf, ubuntu-latest, highest deps
PHP8.3, ubuntu-latest, lowest deps
PHP8.3, ubuntu-latest, highest deps
PHP8.3, protobuf, ubuntu-latest, lowest deps
PHP8.3, protobuf, ubuntu-latest, highest deps
Functional Testing
PHP8.1, ubuntu-latest, lowest deps
PHP8.1, ubuntu-latest, highest deps
PHP8.1, protobuf, ubuntu-latest, lowest deps
PHP8.1, protobuf, ubuntu-latest, highest deps
PHP8.1, windows-latest, lowest deps
PHP8.1, windows-latest, highest deps
PHP8.2, ubuntu-latest, lowest deps
PHP8.2, ubuntu-latest, highest deps
PHP8.2, protobuf, ubuntu-latest, lowest deps
PHP8.2, protobuf, ubuntu-latest, highest deps
PHP8.3, ubuntu-latest, lowest deps
PHP8.3, ubuntu-latest, highest deps
PHP8.3, protobuf, ubuntu-latest, lowest deps
PHP8.3, protobuf, ubuntu-latest, highest deps
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Testing
on: [push, pull_request]
jobs:
unit:
name: Unit Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: false
test-suite: Unit
run-temporal-test-server: false
feature:
name: Feature Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: true
test-suite: Feature
test-timeout: 20
functional:
name: Functional Testing
uses: ./.github/workflows/run-test-suite.yml
with:
fail-fast: false
test-suite: Functional
You can’t perform that action at this time.