Skip to content

Commit

Permalink
Update unit tests to use newer versions of PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkamp committed Aug 16, 2023
1 parent 9e0bc11 commit 7124a33
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/php-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.4]
php: [8.1]
wp-version: [latest]
# Please note that wc-versions is a string contains versions separated by commas.
# It will be split and loop within the run unit test step below to reduce the time spent.
Expand All @@ -36,6 +36,10 @@ jobs:
- php: 7.4
wp-version: 5.9
wc-versions: 7.1.0
# Latest PHP support and latest WP/WC version
- php: 8.2
wp-version: latest
wc-versions: latest

steps:
- name: Checkout repository
Expand Down

0 comments on commit 7124a33

Please sign in to comment.