Skip to content

Commit

Permalink
Merge pull request #100 from systemli/Support-Ubuntu-24.04,-drop-Ubun…
Browse files Browse the repository at this point in the history
…tu-20.04

Support Ubuntu 24.04, drop Ubuntu 20.04
  • Loading branch information
0x46616c6b authored May 18, 2024
2 parents 13e0948 + 5c82a7c commit bffe609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Integration

on:
pull_request:
push:
Expand All @@ -15,4 +15,4 @@ jobs:
name: Integration
uses: systemli/github-ansible-workflow/.github/workflows/[email protected]
with:
distros: '[ "debian12", "debian11", "ubuntu2204", "ubuntu2004" ]'
distros: '[ "debian12", "debian11", "ubuntu2404", "ubuntu2204" ]'
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ galaxy_info:
- bullseye
- name: Ubuntu
versions:
- noble
- jammy
- focal
galaxy_tags:
- web
- etherpad

0 comments on commit bffe609

Please sign in to comment.