Skip to content

Commit

Permalink
upgrade unit tests workflow without PHP 8.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed May 23, 2024
1 parent 4ff838c commit 4d85806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches:
- master
- "4.1"
- "4.2"
paths-ignore:
- 'docs/**'
workflow_call:
Expand All @@ -15,6 +15,7 @@ jobs:
uses: llaville/.github/.github/workflows/mega-linter.yml@master
with:
repository: ${{ github.repository }}
php-version: "8.2"

unit_tests:
needs: lint_files
Expand All @@ -27,7 +28,6 @@ jobs:
os:
- ubuntu-22.04
php:
- 8.1
- 8.2
- 8.3
tools:
Expand Down

0 comments on commit 4d85806

Please sign in to comment.