Skip to content

Commit

Permalink
Upgrade CI tested PHP versions / docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Dec 27, 2022
1 parent 32cc1df commit 56575c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1']
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']

runs-on: ubuntu-20.04

Expand All @@ -56,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
nextcloud-version: ['23', '24']
nextcloud-version: ['24', '25']

runs-on: ubuntu-20.04

Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Start Radicale
run: |
mkdir -p ${{ github.workspace }}/.github/configs/radicale/data
sudo docker run --name radicale -d -p 5232:5232 -v ${{ github.workspace }}/.github/configs/radicale/data:/data -v ${{ github.workspace }}/.github/configs/radicale/config:/config:ro tomsquest/docker-radicale:next
sudo docker run --name radicale -d -p 5232:5232 -v ${{ github.workspace }}/.github/configs/radicale/data:/data -v ${{ github.workspace }}/.github/configs/radicale/config:/config:ro tomsquest/docker-radicale
- name: Set up CI environment
uses: ./.github/actions/setup
with:
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
strategy:
fail-fast: false
matrix:
baikal-version: ['0.9.2-php8.0', '0.8.0', '0.7.2']
baikal-version: ['0.9.3-php8.0', '0.8.0', '0.7.2']
runs-on: ubuntu-20.04

env:
Expand Down

0 comments on commit 56575c9

Please sign in to comment.