Skip to content

Commit

Permalink
Remove 8.2-nextcloud to build
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui authored Apr 18, 2024
1 parent b8e8907 commit a646706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.2", "8.2-nextcloud", "8.3", "8.3-nextcloud"]
php-version: ["8.2", "8.3", "8.3-nextcloud"]
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ["8.2", "8.2-nextcloud", "8.3", "8.3-nextcloud"]
php-version: ["8.2", "8.3", "8.3-nextcloud"]
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit a646706

Please sign in to comment.