Skip to content

Commit

Permalink
Composer: updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed May 22, 2024
1 parent e257f2c commit 41c63c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: Build

on:
push:
branches:
- master
tags:
- v*
push:
branches:
- master
tags:
- 'v*'

pull_request:
pull_request:

jobs:
tests:
uses: janpecha/actions/.github/workflows/nette-tester-library.yml@master
with:
phpVersions: '["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]'
phpVersions: '["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
lowestDependencies: true

coding-style:
Expand Down

0 comments on commit 41c63c2

Please sign in to comment.