We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 378318d commit 9bb5fc5Copy full SHA for 9bb5fc5
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
operating-system: [ ubuntu-latest ]
15
- php-versions: [ '7.2', '7.3' ]
+ php-versions: [ '7.2', '7.3', '8.0', '8.2' ]
16
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
17
steps:
18
- uses: actions/checkout@v2
0 commit comments