Skip to content

Commit 0ce75f8

Browse files
committed
ci: php 8.4
1 parent eea2cab commit 0ce75f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
cs:
1717
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v2
1818
with:
19-
php_versions: '["8.3"]'
19+
php_versions: '["8.4"]'
2020

2121
stan:
2222
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v2
2323
with:
24-
php_versions: '["8.3"]'
24+
php_versions: '["8.4"]'
2525

2626
unit:
2727
name: 'Run unit tests'
@@ -30,7 +30,7 @@ jobs:
3030

3131
strategy:
3232
matrix:
33-
php-version: [8.3]
33+
php-version: [8.3, 8.4]
3434

3535
steps:
3636
- name: 'Checkout current revision'

0 commit comments

Comments
 (0)