Skip to content

Commit 7e33240

Browse files
committed
CI: add PHP 8.2+, remove 7.4
1 parent 09cb0ad commit 7e33240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
operating-system: [ 'ubuntu-latest' ]
16-
php-versions: [ '7.4', '8.0', '8.1' ]
16+
php-versions: [ '8.0', '8.1', '8.2', '8.4' ]
1717
fail-fast: false
1818

1919
steps:

0 commit comments

Comments
 (0)