Skip to content

Commit

Permalink
Do not build for Ubuntu 20.04 focal
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Jan 18, 2024
1 parent adb752c commit 6d510ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions debian/Jenkinsfile
@@ -1,8 +1,6 @@
#!groovy

// Jammy's php is broken now

String[] distributions = ['debian:bullseye', 'debian:bookworm', 'ubuntu:focal', 'ubuntu:jammy']
String[] distributions = ['debian:bullseye', 'debian:bookworm', 'ubuntu:jammy']

String vendor = 'vitexsoftware'
String distribution = ''
Expand Down

0 comments on commit 6d510ee

Please sign in to comment.