Skip to content

Commit

Permalink
Merge pull request #30 from sectsect/feature/migrate-ci
Browse files Browse the repository at this point in the history
Drop support for PHP 7.4 / 8.0 on PHPUnit 10
  • Loading branch information
sectsect authored Apr 23, 2024
2 parents 1e8126f + f0b654a commit a60f206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
php-versions: [ '8.1', '8.2', '8.3' ]
wp-versions: [ 'latest' ]

name: WordPress ${{ matrix.wp-versions }} / PHP ${{ matrix.php-versions }}
Expand All @@ -42,8 +42,8 @@ jobs:
- name: Check PHP Version
run: php -v

- name: Composer update
run: composer update --optimize-autoloader --prefer-dist
- name: Composer install
run: composer install --optimize-autoloader --prefer-dist

- name: Install WP Tests
run: bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 ${{ matrix.wp-versions }}
Expand Down

0 comments on commit a60f206

Please sign in to comment.