|
14 | 14 | - develop |
15 | 15 |
|
16 | 16 | env: |
17 | | - DESTINATION_IOS: platform=iOS Simulator,name=iPhone 16,OS=18.1 |
| 17 | + DESTINATION_IOS: platform=iOS Simulator,name=iPhone 16,OS=18.5 |
18 | 18 | DESTINATION_MACOS: platform=macOS,arch=x86_64 |
19 | 19 | SCHEME: NextcloudKit |
20 | | - SERVER_BRANCH: stable28 |
21 | | - PHP_VERSION: 8.2 |
| 20 | + SERVER_BRANCH: stable30 |
| 21 | + PHP_VERSION: 8.3 |
22 | 22 |
|
23 | 23 | jobs: |
24 | 24 | build-and-test: |
@@ -60,32 +60,12 @@ jobs: |
60 | 60 | ./server/occ config:system:set memcache.distributed --value="\\OC\\Memcache\\APCu" |
61 | 61 | ./server/occ background:cron |
62 | 62 | PHP_CLI_SERVER_WORKERS=5 php -S localhost:8080 -t server/ & |
63 | | -# - name: Setup Bundler and Install Gems |
64 | | -# run: | |
65 | | -# gem install bundler |
66 | | -# bundle install |
67 | | -# bundle update |
68 | | -# - name: Install docker |
69 | | -# run: | |
70 | | -# # Workaround for https://github.com/actions/runner-images/issues/8104 |
71 | | -# brew remove --ignore-dependencies qemu |
72 | | -# curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb |
73 | | -# brew install ./qemu.rb |
74 | | -# |
75 | | -# brew install docker |
76 | | -# colima start |
77 | | -# - name: Create docker test server and export enviroment variables |
78 | | -# run: | |
79 | | -# source ./create-docker-test-server.sh |
80 | | -# if [ ! -f ".env-vars" ]; then |
81 | | -# touch .env-vars |
82 | | -# echo "export TEST_SERVER_URL=$TEST_SERVER_URL" >> .env-vars |
83 | | -# echo "export TEST_USER=$TEST_USER" >> .env-vars |
84 | | -# echo "export TEST_APP_PASSWORD=$TEST_APP_PASSWORD" >> .env-vars |
85 | | -# fi |
86 | | -# - name: Generate EnvVars file |
87 | | -# run: | |
88 | | -# ./generate-env-vars.sh |
| 63 | +
|
| 64 | + - name: Setup Xcode |
| 65 | + uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 |
| 66 | + with: |
| 67 | + xcode-version: latest-stable |
| 68 | +s |
89 | 69 | - name: Build & Test NextcloudKit |
90 | 70 | run: | |
91 | 71 | set -o pipefail && xcodebuild test -scheme "$SCHEME" \ |
|
0 commit comments