Skip to content

Commit 53e1ceb

Browse files
committed
Bump up github/workflows/test.yml
1 parent 789138c commit 53e1ceb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
runs-on: ${{ matrix.operating-system }}
1212
strategy:
1313
matrix:
14-
operating-system: [ ubuntu-18.04 ]
15-
php: [ '7.2', '7.4', '8.0', '8.1' ]
14+
operating-system: [ ubuntu-latest ]
15+
php: [ '7.3', '7.4', '8.0', '8.1' ]
1616
include:
1717
- operating-system: windows-2019
18-
php: '7.2'
18+
php: '7.3'
1919
#operating-system: [ ubuntu-18.04, windows-2019 ]
20-
#php: [ '7.2', '7.4', '8.0' ]
20+
#php: [ '7.3', '7.4', '8.0' ]
2121
name: PHP ${{ matrix.php }}
2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)