Skip to content

Commit

Permalink
Updated CI test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
PHLAK committed Oct 31, 2023
1 parent 2e87598 commit 9eee96e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Config Test Suite
on: [push]
on: [push, pull_request, workflow_dispatch]

jobs:
coding-standards:
Expand All @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install PHP Dependencies
run: composer update
Expand All @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install PHP Dependencies
run: composer update
Expand All @@ -36,11 +36,11 @@ jobs:

strategy:
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['8.0', '8.1', '8.2']

steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 9eee96e

Please sign in to comment.