Skip to content

Commit

Permalink
fix: Switch back to Focal
Browse files Browse the repository at this point in the history
  • Loading branch information
torbrenner committed Feb 28, 2023
1 parent 48b831d commit 629a1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tomcat-common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
strategy:
matrix:
include:
- tomcat_version: "9-jdk17-temurin-jammy"
- tomcat_version: "9-jdk17-temurin-focal"
image_suffix: ""
- tomcat_version: "10-jdk17-temurin-jammy"
- tomcat_version: "10-jdk17-temurin-focal"
image_suffix: "-tomcat-10"
steps:
- name: Checkout Source Code
Expand Down

0 comments on commit 629a1a9

Please sign in to comment.