We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e9dfe commit 998b8cdCopy full SHA for 998b8cd
1 file changed
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup PHP
19
uses: shivammathur/setup-php@2.28.0
20
with:
21
- php-version: '8.2'
+ php-version: '8.3'
22
tools: cs2pr, phpcs
23
- name: Run phpcs
24
run: phpcs -q --report=checkstyle src/ tests/ | cs2pr
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ubuntu-22.04
28
strategy:
29
matrix:
30
- php-versions: ['8.1', '8.2']
+ php-versions: ['8.1', '8.2', '8.3']
31
steps:
32
- uses: actions/checkout@v4
33
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
52
53
0 commit comments