Skip to content

Commit

Permalink
Merge pull request #181 from joanhey/disable-tests-22.04
Browse files Browse the repository at this point in the history
Disable tests with Ubuntu 22.04
  • Loading branch information
rryqszq4 authored Dec 5, 2023
2 parents 42fb4ff + e6cd543 commit 3e167b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
build_php_22-04:
name: Compile PHP Ubuntu 22.04
if: ${{ !contains(github.event.head_commit.message, '<compile') }}
if: ${{ contains(github.event.head_commit.message, '<compile') }}
uses: ./.github/workflows/build_22.04.yml

build_20-04:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/build_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- development
- next
paths:
- "src/**"
- "t/**"
Expand All @@ -26,12 +25,12 @@ env:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
php_version: ["8.3"]
ngxinx_version: ["1.24.0"] # "1.12.2" fail to compile
ngxinx_version: ["1.25.3"] # "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.
fail-fast: false
Expand Down

0 comments on commit 3e167b9

Please sign in to comment.