Skip to content

Commit

Permalink
Remove PHP 7.1 from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alecgeatches committed Apr 22, 2024
1 parent fdce51c commit da21813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
wordpress: [ '5.7', '6.3' ]
php: [ '7.1', '7.4', '8.0', '8.2' ]
php: [ '7.4', '8.0', '8.2' ]
allowed_failure: [ false ]
include:
# Check upcoming WP.
Expand Down

0 comments on commit da21813

Please sign in to comment.