Skip to content

Commit

Permalink
Update nginx version list
Browse files Browse the repository at this point in the history
Older nginx isn't compiling on Ubuntu for some reason
  • Loading branch information
evanmiller committed Nov 17, 2021
1 parent 660ad95 commit bff10ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
compiler: [ gcc, clang ]
version: [ 1.10.3, 1.11.13, 1.12.1, 1.13.5, 1.19.6 ]
version: [ 1.19.10, 1.20.2, 1.21.4 ]
steps:
- name: Install carton
run: sudo apt install carton
Expand Down

0 comments on commit bff10ba

Please sign in to comment.