Skip to content

Commit 081e8af

Browse files
committed
Upgrade CI version pipelines
1 parent 7108191 commit 081e8af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codestyle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '8.2' ]
14+
php: [ '8.3' ]
1515
os: [ ubuntu-latest ]
1616
steps:
1717
- name: Set Git To Use LF

.github/workflows/security.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [ '8.2' ]
16+
php: [ '8.3' ]
1717
os: [ ubuntu-latest ]
1818
steps:
1919
- name: Set Git To Use LF

.github/workflows/static-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [ '8.2' ]
14+
php: [ '8.3' ]
1515
os: [ ubuntu-latest ]
1616
steps:
1717
- name: Set Git To Use LF

0 commit comments

Comments
 (0)