diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 6348217..4cbd952 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -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