Skip to content

Commit

Permalink
Update .github/workflows/test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 8, 2023
1 parent 0bf0274 commit 0f64f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ jobs:
name: Test PiOS ${{ matrix.docker-tag }}
runs-on: ubuntu-latest
strategy:
matrix: # bullseye uses Python 3.9 which is not yet supported.
docker-tag: ['buster-2021-05-28', 'buster-legacy-2022-04-07'] # , 'bullseye-2022-01-28']
matrix:
docker-tag: ['stretch-2018-03-13', 'buster-2021-05-28', 'buster-legacy-2022-04-07']
fail-fast: false
services:
rpios:
Expand Down

0 comments on commit 0f64f4c

Please sign in to comment.