Skip to content

Commit 5846e85

Browse files
committed
fixup! feat(deps): upgrade deps to PHP 8.2 min
1 parent ca2a22f commit 5846e85

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/test-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php-versions: ["8.1"]
21+
php-versions: ["8.2"]
2222

2323
name: test-cli
2424

.github/workflows/test-stable.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
php-versions: ["8.1", "8.2"]
22-
nextcloud-versions: ["24", "25", "26"]
23-
exclude:
24-
- php-versions: "8.2"
25-
nextcloud-versions: "25"
26-
- php-versions: "8.2"
27-
nextcloud-versions: "24"
28-
21+
php-versions: ["8.2", "8.3"]
22+
nextcloud-versions: ["26", "27", "28"]
2923

3024
name: test-stable
3125

0 commit comments

Comments
 (0)