Skip to content

Commit

Permalink
Merge 8340ba7 into 7af91d2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Oct 31, 2021
2 parents 7af91d2 + 8340ba7 commit f1e3768
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '8.0' ]
php-versions: [ '8.0', '8.1' ]
composer-dependencies: [ '', '--prefer-lowest' ]
symfony-version: [ '' ]
extra-label: [ '' ]
Expand All @@ -19,6 +19,10 @@ jobs:
operating-system: windows-latest
coverage: xdebug

- php-versions: '8.1'
operating-system: windows-latest
coverage: xdebug

steps:
# see https://github.com/actions/checkout/issues/226#issue-606867805
- name: Prepare git
Expand Down

0 comments on commit f1e3768

Please sign in to comment.