Skip to content

Commit 0258d1b

Browse files
update php version in workflows
1 parent fb698cc commit 0258d1b

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/phar-development.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
include:
2121
- php-version: '7.4'
2222
- php-version: '8.0'
23+
- php-version: '8.2'
2324

2425
steps:
2526
- name: "Checkout"

.github/workflows/phar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
include:
22-
- php-version: '8.0'
22+
- php-version: '8.2'
2323

2424
steps:
2525
- name: "Checkout"

.github/workflows/php.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
include:
1919
- php-version: '7.4'
2020
- php-version: '8.0'
21+
- php-version: '8.2'
2122

2223
steps:
2324
- name: Checkout project

0 commit comments

Comments
 (0)