Skip to content

Commit 51c10ed

Browse files
committed
test on PHP 8.1
1 parent cb2b5e4 commit 51c10ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sca.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['8.0']
14+
php: ['8.0', '8.1']
1515
stability: [prefer-lowest, prefer-stable]
1616

1717
steps:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: ['8.0']
14+
php: ['8.0', '8.1']
1515
stability: [prefer-lowest, prefer-stable]
1616

1717
steps:

0 commit comments

Comments
 (0)