Skip to content

Commit a6fbd19

Browse files
committed
Use Python 3.11 instead of 3.7
Ref: 7656ed0 Signed-off-by: William Desportes <williamdes@wdes.fr>
1 parent 691afd3 commit a6fbd19

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily-snapshots.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
include:
24-
- { version: '5.2', branch: 'QA_5_2', php-version: '7.2', node-version: '12', python-version: '3.7' }
25-
- { version: '6.0', branch: 'master', php-version: '8.2', node-version: '16', python-version: '3.7' }
24+
- { version: '5.2', branch: 'QA_5_2', php-version: '7.2', node-version: '12', python-version: '3.11' }
25+
- { version: '6.0', branch: 'master', php-version: '8.2', node-version: '16', python-version: '3.11' }
2626
steps:
2727
- name: Check out code
2828
uses: actions/checkout@v4

0 commit comments

Comments
 (0)