Skip to content

Commit

Permalink
Remove PHP 7.3 test
Browse files Browse the repository at this point in the history
  • Loading branch information
renekorss committed Nov 16, 2021
1 parent 41457df commit 2870d00
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4']
php-versions: ['7.4']

name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
Expand All @@ -22,10 +22,6 @@ jobs:
extensions: dom
coverage: xdebug
- name: Install dependencies
if: matrix.php-versions != '7.4'
run: composer install --prefer-dist --no-interaction
- name: Install dependencies
if: matrix.php-versions == '7.4'
run: composer install --prefer-dist --no-interaction --ignore-platform-reqs
- name: PHP Code Sniffer
if: matrix.php-versions == '7.4'
Expand Down

0 comments on commit 2870d00

Please sign in to comment.