mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-30 17:20:12 +02:00
Enabled PHP 8.1 in CI test suite
This commit is contained in:
2
.github/workflows/test-suite.yaml
vendored
2
.github/workflows/test-suite.yaml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: ['7.4', '8.0']
|
||||
php-versions: ['7.4', '8.0', '8.1']
|
||||
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
|
@@ -13,7 +13,7 @@
|
||||
"issues": "https://github.com/DirectoryLister/DirectoryLister/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.3 || ^8.0",
|
||||
"php": "^7.3 || ^8.0 || ^8.1",
|
||||
"ext-dom": "*",
|
||||
"ext-fileinfo": "*",
|
||||
"ext-zip": "*",
|
||||
|
Reference in New Issue
Block a user