Skip to content

Commit

Permalink
testing dynamic matrix for esp-idf versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobozo committed Dec 19, 2023
1 parent 3fb5482 commit 2b084b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/esp-idf-versions.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@
// add hardcoded versions
$idf_fqbns[] = 'esp32@4.1.4';
$idf_fqbns[] = 'esp32@4.3.6';
$idf_fqbns[] = 'esp32@5.2-beta1';
//$idf_fqbns[] = 'esp32@5.2-beta1';
//$idf_fqbns[] = 'esp32@5.2-dev';
//$idf_fqbns[] = 'esp32@5.3-dev';

$json_array = [ "esp-idf-fqbn" => $idf_fqbns ];

Expand Down

0 comments on commit 2b084b0

Please sign in to comment.