Skip to content

Commit

Permalink
Test on supported PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Oct 15, 2024
1 parent 4c45030 commit 2dc86e4
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ on:
branches:
- "master"

env:
COMPOSER_ROOT_VERSION: 1.99

jobs:
coding-standards:
name: "Coding Standards"
Expand All @@ -26,7 +23,7 @@ jobs:
with:
coverage: "none"
extensions: "mbstring"
php-version: "7.4"
php-version: "8.3"
tools: "composer-normalize"

- name: "Validate composer.json"
Expand Down Expand Up @@ -54,7 +51,7 @@ jobs:
with:
coverage: "none"
extensions: "mbstring"
php-version: "7.4"
php-version: "8.3"

- name: "Install dependencies with composer"
run: "composer update --no-interaction --no-progress && composer i --working-dir=ci"
Expand All @@ -73,6 +70,8 @@ jobs:

- name: "Install PHP"
uses: "shivammathur/[email protected]"
with:
php-version: "8.3"

- name: "Install Roave BC check"
run: "composer require --dev roave/backward-compatibility-check"
Expand All @@ -88,12 +87,10 @@ jobs:
strategy:
matrix:
php-version:
- "7.2"
- "7.3"
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"

steps:
- name: "Checkout"
Expand All @@ -120,7 +117,7 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"
- "8.3"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 2dc86e4

Please sign in to comment.