Skip to content

Commit

Permalink
Remove test jobs for no longer supported PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Oct 24, 2022
1 parent 2261217 commit 59d5f49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@16011a795d747d5f45038f96371c3b98aec5669d
with:
php-version: "8.0"
php-version: "8.1"
extensions: fileinfo

- uses: actions/checkout@v3
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: [8.0, 8.1]
php: [8.1]
runs-on: ${{ matrix.os }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@16011a795d747d5f45038f96371c3b98aec5669d
with:
php-version: "8.0"
php-version: "8.1"
coverage: xdebug
extensions: fileinfo
- uses: actions/checkout@v3
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: [8.0, 8.1]
php: [8.1]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 59d5f49

Please sign in to comment.