Skip to content

Commit

Permalink
ci: exclude php 8.1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed May 2, 2023
1 parent 9a5703b commit 8b17cde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/integration-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ jobs:
php: [ '8.0', '7.4' ]
wordpress: [ '6.2', '6.1', '6.0', '5.9' ]
include:
- php: '8.1'
- php: '8.0'
wordpress: '6.2'
extensions: 'true'
coverage: 1
# Older versions of WordPress
- php: '8.0'
Expand Down

0 comments on commit 8b17cde

Please sign in to comment.