We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b82e86f commit 0034274Copy full SHA for 0034274
1 file changed
.github/workflows/php.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [ubuntu-latest]
25
- php-version: ["8.0", "7.4", "7.3"]
+ php-version: ["8.1", "8.0", "7.4", "7.3"]
26
27
steps:
28
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
32
echo "::set-output name=hash::$(git rev-parse HEAD)"
33
34
- name: Cancel Previous Runs
35
- if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.0')
+ if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.1')
36
uses: styfle/cancel-workflow-action@0.6.0
37
with:
38
access_token: ${{ github.token }}
0 commit comments