Skip to content

Commit

Permalink
run tests with NC22 (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
individual-it committed Jul 28, 2022
1 parent d8c7683 commit fe1e4a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ jobs:
name: CI
strategy:
matrix:
nextcloudVersion: [ v23.0.4, v24.0.0, master ]
nextcloudVersion: [ stable22, stable23, stable24, master ]
phpVersion: [ 7.4, 8.0, 8.1 ]
exclude:
- nextcloudVersion: v23.0.4
- nextcloudVersion: stable22
phpVersion: 8.1
- nextcloudVersion: v24.0.0
- nextcloudVersion: stable23
phpVersion: 8.1
- nextcloudVersion: stable24
phpVersion: 8.1
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fe1e4a1

Please sign in to comment.