Skip to content

Commit 0c71d7f

Browse files
committed
Update .github/workflows/ci.yaml
1 parent 7e13256 commit 0c71d7f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,33 +48,35 @@ jobs:
4848
php-version: '8.1'
4949
- os: ubuntu-latest
5050
php-version: '8.2'
51+
- os: ubuntu-latest
52+
php-version: '8.3'
5153
- os: ubuntu-latest
5254
description: 'with calculating code coverage and Infection'
5355
calculate-coverage: true
5456
phpunit-flags: '--coverage-clover=./build/logs/clover.xml'
55-
php-version: '8.3'
57+
php-version: '8.4'
5658
FAST_LINT_TEST_CASES: 1
5759
- os: ubuntu-latest
5860
description: 'with PHP CS Fixer from master'
5961
with-php-cs-fixer-from-master: true
60-
php-version: '8.3'
62+
php-version: '8.4'
6163
- os: ubuntu-latest
6264
description: 'with shim package'
6365
use-shim-package: true
64-
php-version: '8.3'
66+
php-version: '8.4'
6567
- os: ubuntu-latest
6668
description: 'with bootstrap'
6769
with-bootstrap: true
68-
php-version: '8.3'
70+
php-version: '8.4'
6971
- os: macos-latest
7072
description: 'on macOS'
71-
php-version: '8.3'
73+
php-version: '8.4'
7274
- os: windows-latest
7375
description: 'on Windows'
74-
php-version: '8.3'
76+
php-version: '8.4'
7577
FAST_LINT_TEST_CASES: 1
7678
- os: ubuntu-latest
77-
php-version: '8.4'
79+
php-version: '8.5'
7880
runs-on: ${{ matrix.os }}
7981
timeout-minutes: 10
8082
env:

0 commit comments

Comments
 (0)