We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2a22f commit 5846e85Copy full SHA for 5846e85
.github/workflows/test-cli.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- php-versions: ["8.1"]
+ php-versions: ["8.2"]
22
23
name: test-cli
24
.github/workflows/test-stable.yml
@@ -18,14 +18,8 @@ jobs:
- php-versions: ["8.1", "8.2"]
- nextcloud-versions: ["24", "25", "26"]
- exclude:
- - php-versions: "8.2"
25
- nextcloud-versions: "25"
26
27
- nextcloud-versions: "24"
28
-
+ php-versions: ["8.2", "8.3"]
+ nextcloud-versions: ["26", "27", "28"]
29
30
name: test-stable
31
0 commit comments