Skip to content

Commit

Permalink
Remove 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cretueusebiu committed Feb 18, 2022
1 parent 90242ed commit aad0dec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1]
php: [7.4, 8.0, 8.1]

name: PHP ${{ matrix.php }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
}
},
"require": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"illuminate/container": "^8.0|^9.0",
"mnapoli/silly": "^1.7",
"symfony/process": "^4.0|^5.0|^6.0",
Expand Down

0 comments on commit aad0dec

Please sign in to comment.