We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6651530 commit 24c2a26Copy full SHA for 24c2a26
.github/workflows/tests.yml
@@ -8,6 +8,9 @@ jobs:
8
fail-fast: false
9
matrix:
10
php-versions: ['8.0', '8.1', '8.2', '8.3']
11
+ include:
12
+ - php-versions: '8.0'
13
+ continue-on-error: true
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v2
0 commit comments