Skip to content

Commit

Permalink
Fix deprecated code
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Feb 2, 2024
1 parent d1dc479 commit 9c7efb1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ permissions:
jobs:
build:

runs-on: ${{ matrix.operating-system }}
runs-on: ubuntu-latest
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['8.3'] # '7.2', '7.3', '7.4', '8.0', '8.1', '8.2',
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
php-versions: ['8.2', '8.3'] # '7.2', '7.3', '7.4', '8.0', '8.1', '8.2',
name: PHP ${{ matrix.php-versions }}

steps:
- name: Checkout
Expand Down

0 comments on commit 9c7efb1

Please sign in to comment.