Skip to content

Commit 5551e46

Browse files
committed
CI - PHP 8.3
1 parent 234088f commit 5551e46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.1', '8.2' ]
14+
php: [ '8.1', '8.2', '8.3' ]
1515

1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
os: [ ubuntu-latest, windows-latest, macos-latest ]
15-
php: [ '8.1', '8.2' ]
15+
php: [ '8.1', '8.2', '8.3' ]
1616

1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)