Skip to content

Commit 998b8cd

Browse files
authored
Add PHP 8.3 (#83)
1 parent 50e9dfe commit 998b8cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@2.28.0
2020
with:
21-
php-version: '8.2'
21+
php-version: '8.3'
2222
tools: cs2pr, phpcs
2323
- name: Run phpcs
2424
run: phpcs -q --report=checkstyle src/ tests/ | cs2pr
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-22.04
2828
strategy:
2929
matrix:
30-
php-versions: ['8.1', '8.2']
30+
php-versions: ['8.1', '8.2', '8.3']
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Setup PHP
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-22.04
4848
strategy:
4949
matrix:
50-
php-versions: ['8.1', '8.2']
50+
php-versions: ['8.1', '8.2', '8.3']
5151
steps:
5252
- uses: actions/checkout@v4
5353
- name: Setup PHP

0 commit comments

Comments
 (0)