Skip to content

Commit

Permalink
[CI] Added browser tests running on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Feb 22, 2022
1 parent c946cc2 commit e6d1a82
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/browser-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,14 @@ jobs:
php-image: "ezsystems/php:7.3-v2-node14"
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
regression-oss-setup3:
name: "PHP 8.1/MySQL"
uses: ibexa/gh-workflows/.github/workflows/browser-tests.yml@main
with:
project-edition: "oss"
project-version: "^3.3.x-dev"
test-suite: "--profile=regression --suite=oss"
test-setup-phase-1: "--profile=regression --suite=setup-oss --mode=standard"
php-image: "ezsystems/php:8.1-v2-node16"
secrets:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit e6d1a82

Please sign in to comment.