Skip to content

Commit

Permalink
Update Eleventy versions in CI
Browse files Browse the repository at this point in the history
Previously, they were ["latest", "beta"], which were 1.0.x and
2.0.0-beta.x.
Now, Eleventy 3 is in beta, and the meaning of ["latest", "beta"] has
been changed.
Therefore, they needed be changed to keep the original meaning (Eleventy
1 and 2).
  • Loading branch information
kentaroi committed Aug 12, 2024
1 parent 17f5abf commit 4368bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
node: ["18", "20", "22"]
tag: ["latest", "beta"]
tag: ["1.0.2", "latest"]
name: Node.js ${{ matrix.node }} on ${{ matrix.os }} against @11ty/eleventy@${{ matrix.tag }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4368bdd

Please sign in to comment.