We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f3ccb commit 233e9acCopy full SHA for 233e9ac
.github/workflows/ci.yml
@@ -16,9 +16,9 @@ jobs:
16
- windows-latest
17
- macos-latest
18
php-versions:
19
- - '7.4'
20
- '8.0'
21
- '8.1'
+ - '8.2'
22
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
23
steps:
24
- name: Checkout
composer.json
@@ -17,7 +17,7 @@
},
"minimum-stability": "dev",
"require": {
- "php": "^7.4|^8.0",
+ "php": "^8.0",
"bjeavons/zxcvbn-php": "^1.3",
"symfony/translation": "^5.4|^6.0"
0 commit comments