Revert to API 28

This commit is contained in:
Benoit Marty 2024-07-16 15:15:12 +02:00
parent b3bd361a08
commit cf464af6ef
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
timeout-minutes: 90 # We might need to increase it if the time for tests grows timeout-minutes: 90 # We might need to increase it if the time for tests grows
strategy: strategy:
matrix: matrix:
api-level: [29] api-level: [28]
# Allow all jobs on main and develop. Just one per PR. # Allow all jobs on main and develop. Just one per PR.
concurrency: concurrency:
group: ${{ github.ref == 'refs/heads/main' && format('unit-tests-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('unit-tests-develop-{0}', github.sha) || format('unit-tests-{0}', github.ref) }} group: ${{ github.ref == 'refs/heads/main' && format('unit-tests-main-{0}', github.sha) || github.ref == 'refs/heads/develop' && format('unit-tests-develop-{0}', github.sha) || format('unit-tests-{0}', github.ref) }}