Skip to content

Commit

Permalink
Leave matrix 8.2, 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Smirnov committed Jun 25, 2024
1 parent 1fb2b0b commit 1ad0204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
strategy:
fail-fast: true
matrix:
php: [7.4, 8.1, 8.2, 8.3]
php: [8.2, 8.3]
phpunit: ['9.6.16']
# stability: [prefer-lowest, prefer-stable]
stability: [prefer-dist]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ phpunit.xml
.php_cs.cache
.php_cs.result.cache
/.phpunit.result.cache
/composer.lock

0 comments on commit 1ad0204

Please sign in to comment.