Skip to content

Commit

Permalink
Update QA workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
emaijala committed Nov 12, 2023
1 parent 4f833a8 commit 7289aee
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ jobs:
VUFIND_LOCAL_DIR: $GITHUB_WORKSPACE/local
strategy:
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1']
php-version: ['8.0', '8.1', '8.2']
include:
- php-version: 7.3
phing_tasks: "qa"
- php-version: 7.4
phing_tasks: "qa"
- php-version: 8.0
phing_tasks: "qa"
- php-version: 8.1
phing_tasks: "qa"
- php-version: 8.2
phing_tasks: "qa"

steps:
- name: Setup PHP
Expand Down

0 comments on commit 7289aee

Please sign in to comment.