Skip to content

Commit bf45ad2

Browse files
authored
forcing 8.2 php (#1345)
1 parent 0af3654 commit bf45ad2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
php:
30-
- "8.1"
30+
- "8.2"
3131
needs: [ lint ]
3232
name: Create release
3333
permissions:
@@ -68,7 +68,7 @@ jobs:
6868
strategy:
6969
matrix:
7070
php:
71-
- "8.1"
71+
- "8.2"
7272
needs: [ lint, create_release ]
7373
steps:
7474
- uses: actions/checkout@v4

.github/workflows/unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
php:
49-
- "8.1"
49+
- "8.2"
5050
permissions:
5151
id-token: write
5252
contents: write

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center">yap</h1>
22
<h1 align="center">
33
<a href="https://github.com/bmlt-enabled/yap/releases/latest"><img src="https://img.shields.io/github/v/release/bmlt-enabled/yap"></a>
4-
<a href="https://php.net"><img src="https://img.shields.io/badge/php-%5E8.1-%238892BF" alt="PHP Programming Language"></a>
4+
<a href="https://php.net"><img src="https://img.shields.io/badge/php-%5E8.2-%238892BF" alt="PHP Programming Language"></a>
55
<a href="https://github.com/bmlt-enabled/yap/actions/workflows/unstable.yml"><img src="https://img.shields.io/github/actions/workflow/status/bmlt-enabled/yap/unstable.yml?branch=main" alt="Build Status"></a>
66
<a href="https://raw.githubusercontent.com/bmlt-enabled/yap/main/LICENSE"><img src="https://img.shields.io/github/license/bmlt-enabled/yap"></a>
77
<a href="https://codecov.io/gh/bmlt-enabled/yap" >

0 commit comments

Comments
 (0)