There was an error while loading. Please reload this page.
1 parent eea2cab commit 0ce75f8Copy full SHA for 0ce75f8
1 file changed
.github/workflows/php.yml
@@ -16,12 +16,12 @@ jobs:
16
cs:
17
uses: bedita/github-workflows/.github/workflows/php-cs.yml@v2
18
with:
19
- php_versions: '["8.3"]'
+ php_versions: '["8.4"]'
20
21
stan:
22
uses: bedita/github-workflows/.github/workflows/php-stan.yml@v2
23
24
25
26
unit:
27
name: 'Run unit tests'
@@ -30,7 +30,7 @@ jobs:
30
31
strategy:
32
matrix:
33
- php-version: [8.3]
+ php-version: [8.3, 8.4]
34
35
steps:
36
- name: 'Checkout current revision'
0 commit comments