Browse Source

Add 8.2 to oci tests

This is the only test suite testing 8.1, so adding 8.2 as well

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
tags/v26.0.0beta2
Côme Chilliet 1 year ago
parent
commit
0925709c62
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/oci.yml

+ 1
- 1
.github/workflows/oci.yml View File

@@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.0', '8.1', '8.2']

services:
oracle:

Loading…
Cancel
Save