We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59075c2 commit 900bbf6Copy full SHA for 900bbf6
.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
8
fail-fast: false
9
matrix:
10
operating-system: [ ubuntu-latest ]
11
- php-versions: [ '8.0' ]
+ php-versions: [ '8.0', '8.1' ]
12
composer-dependencies: [ '', '--prefer-lowest' ]
13
composer-version: [ 'v1' ]
14
symfony-version: [ '' ]
@@ -25,6 +25,11 @@ jobs:
25
operating-system: windows-latest
26
coverage: xdebug
27
28
+ # Windows
29
+ - php-versions: '8.1'
30
+ operating-system: windows-latest
31
+ coverage: xdebug
32
+
33
steps:
34
# see https://github.com/actions/checkout/issues/226#issue-606867805
35
- name: Prepare git
0 commit comments