Skip to content

Commit 0b08058

Browse files
authored
php8.1 (#6)
* php8.1 * remove php7.3
1 parent 638ec2d commit 0b08058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
strategy:
2525
matrix:
2626
php-version:
27-
- "7.3"
2827
- "7.4"
2928
- "8.0"
29+
- "8.1"
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^7.3|~8.0.0",
23+
"php": "^7.3|~8.0.0|^8.1",
2424
"symfony/dependency-injection": "^4.1|^5.0",
2525
"symfony/http-kernel": "^4.1|^5.1",
2626
"ext-json": "*",

0 commit comments

Comments
 (0)