Skip to content

Commit a16760e

Browse files
Merge pull request #304 from fedeisas/ci_php82
CI on PHP 8.2
2 parents 6f98d74 + 6cc6f2e commit a16760e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
allow_fail: false
2929
name: 'PHP 8.1 with lowest stable deps'
3030
composer_update_flags: '--prefer-lowest --prefer-stable'
31+
- php: 8.2
32+
allow_fail: false
33+
name: 'PHP 8.2 with latest deps'
34+
- php: 8.2
35+
allow_fail: false
36+
name: 'PHP 8.2 with lowest stable deps'
37+
composer_update_flags: '--prefer-lowest --prefer-stable'
3138
steps:
3239
- uses: actions/checkout@v1
3340

0 commit comments

Comments
 (0)