Skip to content

Commit

Permalink
Modify CI workflow configuration files.
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Jun 6, 2023
1 parent 082853b commit 79cd50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-16.04]
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4', '8.1']
name: PHP ${{ matrix.php-versions }}

Expand Down

0 comments on commit 79cd50a

Please sign in to comment.