Skip to content

Commit c70c829

Browse files
committed
Test on PHP 8.1
1 parent ef4df85 commit c70c829

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
build:
1111

1212
strategy:
13-
fail-fast: true
14-
matrix:
15-
php: ['7.4', '8.0']
13+
fail-fast: true
14+
matrix:
15+
php: ['7.4', '8.0', '8.1']
1616

1717
runs-on: ubuntu-latest
1818
name: PHP@${{ matrix.php }}

.github/workflows/test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: test
32

43
on:
@@ -11,9 +10,9 @@ jobs:
1110
build:
1211

1312
strategy:
14-
fail-fast: true
15-
matrix:
16-
php: ['7.3', '7.4', '8.0']
13+
fail-fast: true
14+
matrix:
15+
php: ['7.3', '7.4', '8.0', '8.1']
1716

1817
runs-on: ubuntu-latest
1918
name: PHP@${{ matrix.php }}

0 commit comments

Comments
 (0)