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 b6bb900 commit a9aa176Copy full SHA for a9aa176
.github/workflows/php.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
operating-system: [ubuntu-latest]
11
- php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
+ php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
12
steps:
13
- uses: actions/checkout@v2
14
- name: Setup PHP
0 commit comments