Skip to content

Commit fc6ddb4

Browse files
authored
Merge pull request #209 from aik099/use-latest-ubuntu-in-testing
Use latest Ubuntu version during the build
2 parents f9e3b67 + 7ece018 commit fc6ddb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
tests:
1919
name: Tests (PHP ${{ matrix.php }})
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
2323
php: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]

0 commit comments

Comments
 (0)