Skip to content

Commit

Permalink
#1242 Tests mit PHP 7 entfernen
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Oct 14, 2024
1 parent 1a7cc9c commit 8fd78b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
versions: [{php: '7.1', solr: '7.7.3'}, {php: '8.1', solr: '9.6.1'}]
versions: [{php: '8.1', solr: '9.6.1'}]
fail-fast: false

name: PHP ${{ matrix.versions.php }} Test
Expand Down

0 comments on commit 8fd78b0

Please sign in to comment.