Skip to content

Commit

Permalink
Chore: Add PHP 8.4 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Aug 15, 2024
1 parent 06f210b commit 6e37bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
dependencies: ['']
include:
- { php-version: '7.3', dependencies: '--prefer-lowest --prefer-stable' }
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
extensions: mbstring, intl

- name: Install dependencies
Expand Down

0 comments on commit 6e37bbf

Please sign in to comment.