Skip to content

Commit

Permalink
Remove tests for unsupported PHP versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
AbcAeffchen committed Jan 20, 2025
1 parent 4cab9ac commit c8c7298
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,8 @@ jobs:
strategy:
matrix:
php: [ 8.1, 8.2, 8.3, 8.4 ]
unsupported: [ false ]
include:
- php: 7.2
unsupported: true
- php: 7.3
unsupported: true
- php: 7.4
unsupported: true
- php: 8.0
unsupported: true

continue-on-error: ${{ matrix.unsupported }}

continue-on-error: true

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c8c7298

Please sign in to comment.