Skip to content

Commit

Permalink
build(.github) disable PHP 7.1 from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Sep 11, 2024
1 parent 4f97cb3 commit 6ff85a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,12 @@ jobs:
test_with_uopz:
strategy:
matrix:
php_version: [ '7.1', '7.2', '7.3', '7.4' ]
php_version: [
# '7.1', # Disabled since WordPress minimum requirement is 7.2.
'7.2',
'7.3',
'7.4'
]
name: v3.5 unit php@${{ matrix.php_version }}
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 6ff85a0

Please sign in to comment.