Skip to content

Commit

Permalink
Merge pull request #7 from demeritcowboy/dep
Browse files Browse the repository at this point in the history
Some github actions deprecations
  • Loading branch information
totten authored May 27, 2024
2 parents 6582309 + 72b4477 commit 51a107d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ ubuntu-18.04 ]
php: [ '7.2', '7.4', '8.0', '8.1' ]
operating-system: [ ubuntu-latest ]
php: [ '7.4', '8.0', '8.1', '8.2' ]
include:
- operating-system: windows-2019
php: '7.2'
php: '7.4'
#operating-system: [ ubuntu-18.04, windows-2019 ]
#php: [ '7.2', '7.4', '8.0' ]
name: PHP ${{ matrix.php }} on ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup PHP
uses: nanasess/setup-php@v3
uses: nanasess/setup-php@v4
with:
php-version: ${{ matrix.php }}
- name: Validate composer.json and composer.lock
Expand Down

0 comments on commit 51a107d

Please sign in to comment.