Skip to content

Commit 36229dd

Browse files
committed
Merge branch 'gha-php-81' into master
2 parents 8d597c0 + 0034274 commit 36229dd

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest]
25-
php-version: ["8.0", "7.4", "7.3"]
25+
php-version: ["8.1", "8.0", "7.4", "7.3"]
2626

2727
steps:
2828
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
echo "::set-output name=hash::$(git rev-parse HEAD)"
3333
3434
- name: Cancel Previous Runs
35-
if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.0')
35+
if: contains(matrix.os, 'ubuntu') && contains(matrix.php-version, '8.1')
3636
uses: styfle/cancel-workflow-action@0.6.0
3737
with:
3838
access_token: ${{ github.token }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include/
44
modules/
55
.libs/
66

7+
src/*.dep
78
acinclude.m4
89
aclocal.m4
910
*.lo

0 commit comments

Comments
 (0)