Skip to content

Commit

Permalink
Closes #6309 Add PHP 8.3 to tests matrix (#6318)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrisrp committed Jan 22, 2024
1 parent 8d510d7 commit ecc9ced
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_wprocket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ jobs:
- name: Require PHPUnit 7.5 for WP compatibility
run: composer require --dev --no-scripts phpunit/phpunit "^7.5" -W

- name: Require WooCommerce 7 for WP compatibility
run: composer require --dev --no-scripts wpackagist-plugin/woocommerce "^7" -W

- name: Install dependencies
run: composer install --prefer-dist --no-interaction --no-scripts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_wprocket_php8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: true
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
wp-versions: ['latest']

name: WP ${{ matrix.wp-versions }} with PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"wpackagist-plugin/pdf-embedder": "^4.6",
"wpackagist-plugin/simple-custom-css": "^4.0.3",
"wpackagist-plugin/spinupwp": "^1.1",
"wpackagist-plugin/woocommerce": "^7",
"wpackagist-plugin/woocommerce": "^8",
"wpackagist-plugin/wp-smushit": "^3",
"wp-media/monolog": "^0.0"
},
Expand Down

0 comments on commit ecc9ced

Please sign in to comment.