Skip to content

Commit

Permalink
Always build the plugin with the min PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Jul 26, 2023
1 parent ad29c9e commit 6faecef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cypress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
fail-fast: false
matrix:
testGroup: ['@slow', '-@slow']
phpVersion: ['7.0', '8.2']

steps:
- name: Checkout
Expand All @@ -51,7 +50,7 @@ jobs:
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.phpVersion }}
php-version: '7.0'
tools: cs2pr
coverage: none

Expand Down Expand Up @@ -133,7 +132,7 @@ jobs:
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.phpVersion }}
php-version: '7.0'
tools: cs2pr
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
coverage: none

- name: Install dependencies
run: composer install
run: composer install --ignore-platform-reqs

- name: Setup WP Tests
run: |
Expand Down

0 comments on commit 6faecef

Please sign in to comment.