Skip to content

Commit

Permalink
Merge pull request #191 from joanhey/ubuntu-20.04
Browse files Browse the repository at this point in the history
Unbuntu 20.04 disable tests for PHP 8.2 & 8.3
  • Loading branch information
rryqszq4 committed Jun 14, 2024
2 parents c0b646d + ac49bbd commit 8488f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_20.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
nginx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.4"] # "1.12.2" fail to compile
# Disable fail-fast to allow all failing versions to fail in a
# single build, rather than stopping when the first one fails.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_20.04_dynamic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
php_version: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
nginx_version: ["1.20.2", "1.22.1", "1.24.0", "1.25.4"] # "1.12.2" fail to compile
# Disable fail-fast to allow all failing versions to fail in a
# single build, rather than stopping when the first one fails.
Expand Down

0 comments on commit 8488f47

Please sign in to comment.