Skip to content

Commit 900bbf6

Browse files
committed
build against PHP 8.1
1 parent 59075c2 commit 900bbf6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
operating-system: [ ubuntu-latest ]
11-
php-versions: [ '8.0' ]
11+
php-versions: [ '8.0', '8.1' ]
1212
composer-dependencies: [ '', '--prefer-lowest' ]
1313
composer-version: [ 'v1' ]
1414
symfony-version: [ '' ]
@@ -25,6 +25,11 @@ jobs:
2525
operating-system: windows-latest
2626
coverage: xdebug
2727

28+
# Windows
29+
- php-versions: '8.1'
30+
operating-system: windows-latest
31+
coverage: xdebug
32+
2833
steps:
2934
# see https://github.com/actions/checkout/issues/226#issue-606867805
3035
- name: Prepare git

0 commit comments

Comments
 (0)