Skip to content

Commit

Permalink
downgrade e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Mar 5, 2024
1 parent beb4cdc commit bd6eddc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/e2e-tests.yml
Expand Up @@ -248,5 +248,10 @@ jobs:
- name: "Install dependencies"
run: "composer install --no-interaction --no-progress"

- name: "Transform source code"
if: matrix.php-version != '8.1' && matrix.php-version != '8.2' && matrix.php-version != '8.3'
shell: bash
run: "vendor/bin/simple-downgrade downgrade -c build/downgrade.php ${{ matrix.php-version }}"

- name: "Test"
run: ${{ matrix.script }}

0 comments on commit bd6eddc

Please sign in to comment.