Skip to content

Commit

Permalink
Merge pull request #261 from 2pisoftware/cichanges
Browse files Browse the repository at this point in the history
Update ci.yml
  • Loading branch information
chris-bateman authored Feb 21, 2024
2 parents 09cb275 + 12a3c74 commit 9a9ca76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php_version: [7.4, 8.0, 8.1, 8.2, 8.3]
php_version: [7.4, 8.0, 8.1, 8.3]
steps:
- name: Get phpcs
run: wget https://raw.githubusercontent.com/2pisoftware/cmfive-boilerplate/master/phpcs.xml
Expand All @@ -41,7 +41,7 @@ jobs:
needs: [ php-codesniffer]
strategy:
matrix:
node_version: [18, 20, latest]
node_version: [18, 20]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9a9ca76

Please sign in to comment.