Skip to content

Commit

Permalink
Tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 24, 2024
1 parent 11787a1 commit c424a20
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/qit-environment-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ jobs:
os: [ ubuntu-20.04, macos-13 ]
php: [ '7.4' ]
wordpress: [ 'rc' ]
woocommerce: [ 'rc' ]
include:
- os: ubuntu-20.04
php: '8.3'
wordpress: 'rc'
woocommerce: 'rc'
fail-fast: false
env:
NO_COLOR: 1
Expand Down Expand Up @@ -79,7 +77,7 @@ jobs:
working-directory: src
env:
QIT_DOCKER_RUN_TIMEOUT: ${{ (matrix.os == 'ubuntu-20.04') && '300' || '1800' }}
run: php qit-cli.php env:up --wordpress_version ${{ matrix.wordpress }} --woocommerce_version ${{ matrix.woocommerce }} --php_version ${{ matrix.php }}
run: php qit-cli.php env:up --wordpress_version ${{ matrix.wordpress }} --php_version ${{ matrix.php }}

- name: Get URL (Cross-platform)
working-directory: src
Expand Down

0 comments on commit c424a20

Please sign in to comment.