Skip to content

Commit

Permalink
Remov PHP 8.4 from CI
Browse files Browse the repository at this point in the history
Diactoros doesn't yet support it...
  • Loading branch information
kocsismate authored Oct 1, 2024
1 parent 514122c commit fadc1e7
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: "Checkout"
uses: actions/checkout@master

- name: "Install PHP 8.4"
- name: "Install PHP 8.3"
uses: shivammathur/setup-php@v2
with:
php-version: "8.4"
php-version: "8.3"
extensions: mbstring, xml
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -51,10 +51,10 @@ jobs:
- name: "Checkout"
uses: actions/checkout@master

- name: "Install PHP 8.4"
- name: "Install PHP 8.3"
uses: shivammathur/setup-php@v2
with:
php-version: "8.4"
php-version: "8.3"
extensions: mbstring, xml
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -86,7 +86,6 @@ jobs:
php-versions:
- "8.2"
- "8.3"
- "8.4"

dependencies:
- lowest
Expand Down Expand Up @@ -134,10 +133,10 @@ jobs:
- name: "Checkout"
uses: actions/checkout@master

- name: "Install PHP 8.4"
- name: "Install PHP 8.3"
uses: shivammathur/setup-php@v2
with:
php-version: "8.4"
php-version: "8.3"
extensions: mbstring, xml
coverage: xdebug:v3
tools: composer:v2
Expand Down

0 comments on commit fadc1e7

Please sign in to comment.