Skip to content

Bump org.apache.tomcat:tomcat-catalina from 9.0.50 to 9.0.72 in /tomcat #1184

Bump org.apache.tomcat:tomcat-catalina from 9.0.50 to 9.0.72 in /tomcat

Bump org.apache.tomcat:tomcat-catalina from 9.0.50 to 9.0.72 in /tomcat #1184

Workflow file for this run

name: Known Failing Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
image:
- 'fedora_rawhide'
steps:
- name: Clone the repository
uses: actions/checkout@v3
- name: Build and Run the Docker Image
run: bash tools/run_container.sh "${{ matrix.image }}" || echo "::warning ::Job exited with status $?"