We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3df1a commit b362317Copy full SHA for b362317
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
operating-system: [ubuntu-latest]
13
- php-version: ['7.4', '8.0', '8.1', '8.2']
+ php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
14
name: ${{ matrix.php-version }}
15
runs-on: ${{ matrix.operating-system }}
16
steps:
0 commit comments