Skip to content

Commit

Permalink
php8.1 (#6)
Browse files Browse the repository at this point in the history
* php8.1
* remove php7.3
  • Loading branch information
max107 authored Dec 20, 2021
1 parent 638ec2d commit 0b08058
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
strategy:
matrix:
php-version:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"php": "^7.3|~8.0.0",
"php": "^7.3|~8.0.0|^8.1",
"symfony/dependency-injection": "^4.1|^5.0",
"symfony/http-kernel": "^4.1|^5.1",
"ext-json": "*",
Expand Down

0 comments on commit 0b08058

Please sign in to comment.