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.
2 parents abaa592 + 03fb13a commit e01be81Copy full SHA for e01be81
.github/workflows/continuous-integration.yml
@@ -14,7 +14,7 @@ on:
14
jobs:
15
phpunit:
16
name: "PHPUnit"
17
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-22.04"
18
continue-on-error: ${{ matrix.can-fail }}
19
20
strategy:
@@ -49,11 +49,11 @@ jobs:
49
symfony-require: "6.3.*"
50
- php-version: 8.2
51
composer-flags: ""
52
- can-fail: false
+ can-fail: true # we don't want to fail the build if we are incompatible with the next (unstable) Symfony version
53
54
steps:
55
- name: "Checkout"
56
- uses: "actions/checkout@v3"
+ uses: "actions/checkout@v4"
57
58
- name: "Install PHP with XDebug"
59
uses: "shivammathur/setup-php@v2"
0 commit comments