Skip to content

Commit

Permalink
Run tests on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jul 10, 2024
1 parent bb42a65 commit 160fb66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
php: [ '8.3', '8.2', '8.1', '8.0' ]
php: [ '8.4', '8.3', '8.2', '8.1', '8.0' ]
dependency-version: [ '' ]
platform-reqs: [ '' ]
include:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
tools: composer:v2, cs2pr
coverage: none
- name: Cache Composer dependencies
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
tools: composer:v2, cs2pr
coverage: none
- name: Cache Composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-layer-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
tools: composer

- name: Install Composer dependencies
Expand Down

0 comments on commit 160fb66

Please sign in to comment.