Skip to content

Commit 341cbad

Browse files
authored
Merge pull request #50 from vstelmakh/add-build-for-php-8.4
Add build for PHP 8.4
2 parents 354d04f + c94d365 commit 341cbad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['7.1', '7.4', '8.0', '8.1', '8.2', '8.3']
14+
php: ['7.1', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1515
composer: ['--prefer-lowest', '']
1616
exclude:
1717
- php: '8.0'
@@ -22,6 +22,8 @@ jobs:
2222
composer: '--prefer-lowest'
2323
- php: '8.3'
2424
composer: '--prefer-lowest'
25+
- php: '8.4'
26+
composer: '--prefer-lowest'
2527
steps:
2628
- name: Setup PHP
2729
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)