Skip to content

Commit

Permalink
Add PHP 8.4 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Aug 3, 2024
1 parent 0a520d3 commit 3c7ceff
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 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.2"
- name: "Install PHP 8.4"
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.4"
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.2"
- name: "Install PHP 8.4"
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
php-version: "8.4"
extensions: mbstring, xml
coverage: none
tools: composer:v2
Expand Down Expand Up @@ -88,6 +88,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"

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

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

0 comments on commit 3c7ceff

Please sign in to comment.