Skip to content

Commit 83bb695

Browse files
authored
Merge pull request #12 from pdsinterop/qa/update-php-versions
Add PHP8.2 and 8.3 to PHP GitHub Actions.
2 parents 2647edf + 6d40f21 commit 83bb695

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php-version-sniff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php-codesniffer:
1818
strategy:
1919
matrix:
20-
php: [ '8.0', '8.1' ]
20+
php: [ '8.0', '8.1', '8.2', '8.3', ]
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- uses: actions/checkout@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
php: ['8.0', '8.1']
22+
php: [ '8.0', '8.1', '8.2', '8.3', ]
2323

2424
steps:
2525
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)