File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1212 strategy :
1313 matrix :
1414 os : [ ubuntu-latest, macos-latest, windows-latest ]
15- # test against JDK 11, 17 and 21
15+ # test against JDK 11, 17 (ubuntu only) and 21 (ubuntu only)
1616 java : [ 11, 17, 21 ]
17+ exclude :
18+ - os : windows-latest
19+ java : 17
20+ - os : windows-latest
21+ java : 21
22+ - os : macos-latest
23+ java : 17
24+ - os : macos-latest
25+ java : 21
1726 runs-on : ${{ matrix.os }}
1827 name : CI on ${{ matrix.os }} with Java ${{ matrix.java }}
1928 steps :
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Photon parses and reads IMF track files and serializes the metadata into the IMF
1212- IMF Application #2E (ST 2067-21)
1313- Application #5 ACES (ST 2067-50)
1414- Immersive Audio Bitstream (IAB) Level 0 Plug-in (ST 2067-201).
15+ - Isochronous Stream of XML Documents (ISXD) Plug-in (ST 2067-202).
1516- Audio with Frame-based S-ADM Metadata Plug-in (ST 2067-203).
1617
1718The goal of the Photon is to provide a simple standardized interface to completely validate an IMP.
@@ -53,13 +54,13 @@ Example for Maven:
5354<dependency >
5455 <groupId >com.netflix.photon</groupId >
5556 <artifactId >Photon</artifactId >
56- <version >4.10.8 </version >
57+ <version >5.0.0 </version >
5758</dependency >
5859```
5960and for Ivy:
6061
6162``` xml
62- <dependency org =" com.netflix.photon" name =" Photon" rev =" 4.10.8 " />
63+ <dependency org =" com.netflix.photon" name =" Photon" rev =" 5.0.0 " />
6364```
6465
6566## Documentation
You can’t perform that action at this time.
0 commit comments