We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34502d commit 7c92ae7Copy full SHA for 7c92ae7
.github/workflows/ea-version.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [windows-latest, ubuntu-latest, macos-latest, macos-13, ubuntu-24.04-arm, windows-11-arm] # Include macos-latest for all except where overridden
16
- ea: ['21.0.0-ea', '21-ea'] # Add EA versions to test
+ ea: ['21.0.5-ea', '21-ea'] # Add EA versions to test
17
steps:
18
- name: Checkout code
19
uses: actions/checkout@v4
0 commit comments