diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2023-09-26 09:34:01 +0200 |
---|---|---|
committer | Daniel <mail@danielkesselberg.de> | 2023-09-30 22:52:57 +0200 |
commit | e20ba1cab1943942c0b23a3567cad1cda0633534 (patch) | |
tree | d413a743ee40df7888cac5e33e1607ecad1c5cfd /.github | |
parent | 796bf329b6a51a933bf0975522335eafad05ab60 (diff) | |
download | nextcloud-server-e20ba1cab1943942c0b23a3567cad1cda0633534.tar.gz nextcloud-server-e20ba1cab1943942c0b23a3567cad1cda0633534.zip |
Add 8.3 to lint CI and 32bits test suite
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/lint-php.yml | 2 | ||||
-rw-r--r-- | .github/workflows/phpunit-32bits.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml index d6922bf1cd6..e7230f64ba8 100644 --- a/.github/workflows/lint-php.yml +++ b/.github/workflows/lint-php.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php-versions: [ "8.0", "8.1", "8.2" ] + php-versions: [ "8.0", "8.1", "8.2", "8.3" ] name: php-lint diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index 5a2cca235ab..37588d2e7e7 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: - php-versions: ['8.0'] + php-versions: ['8.0','8.3'] steps: - name: Checkout server |