Skip to content

Commit

Permalink
[ 7266] Add Debian 12 to GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
alanking committed Sep 19, 2023
1 parent 4d7e988 commit 01f8b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-irods-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
container: ${{ matrix.container }}
strategy:
matrix:
container: ['debian:11']
container: ['debian:11','debian:12']
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 01f8b51

Please sign in to comment.