Skip to content

Commit

Permalink
Drop ubuntu 14
Browse files Browse the repository at this point in the history
Fun to test, but...
  • Loading branch information
eirikb committed Jul 13, 2024
1 parent 736f576 commit da9052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ jobs:
needs: stage1
strategy:
matrix:
container: [ ubuntu, debian, alpine, archlinux, 'ubuntu:14.04', 'ubuntu:18.04' ]
container: [ ubuntu, debian, alpine, archlinux, 'ubuntu:18.04' ]
cmd: [ "node@14 -v", "java -version", "gradle -version", "maven -v", "openapi version", "rat -V", "run:java@14 java -version" ]

runs-on: ubuntu-latest
Expand Down

0 comments on commit da9052c

Please sign in to comment.