Skip to content

Commit 233e9ac

Browse files
authored
Drop support for PHP 7.4 and added support for PHP 8.2 (#12)
1 parent 49f3ccb commit 233e9ac

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
@@ -16,9 +16,9 @@ jobs:
1616
- windows-latest
1717
- macos-latest
1818
php-versions:
19-
- '7.4'
2019
- '8.0'
2120
- '8.1'
21+
- '8.2'
2222
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
2323
steps:
2424
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"minimum-stability": "dev",
1919
"require": {
20-
"php": "^7.4|^8.0",
20+
"php": "^8.0",
2121
"bjeavons/zxcvbn-php": "^1.3",
2222
"symfony/translation": "^5.4|^6.0"
2323
},

0 commit comments

Comments
 (0)