Skip to content

Commit

Permalink
add gcc 13 and python 3.12 build action
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Oct 20, 2023
1 parent 4a3b224 commit 207b2af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enigma2-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
gcc: [11,12]
python: ['3.10','3.11']
gcc: [11,12,13]
python: ['3.10','3.11','3.12']
steps:
- name: Install prerequisites
run: |
Expand Down

0 comments on commit 207b2af

Please sign in to comment.