mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-23 16:06:51 +00:00
update mastercontainer to php 8.2
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
1f7f675454
commit
72909bde64
10 changed files with 23 additions and 28 deletions
|
|
@ -13,10 +13,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up php8.1
|
||||
- name: Set up php8.2
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 8.1
|
||||
php-version: 8.2
|
||||
extensions: apcu
|
||||
coverage: none
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue