Skip to content

Commit

Permalink
MISC: setup auto testing for PHP 8.1 and Sf 6
Browse files Browse the repository at this point in the history
  • Loading branch information
yivi committed Dec 29, 2021
1 parent 4978781 commit 099dcfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '8.0' ]
symfony: [ '~5.3.0' ]
php: [ '8.1' ]
symfony: [ '6.0.0' ]

steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit 099dcfb

Please sign in to comment.