Skip to content

Commit 0daae30

Browse files
committed
Update build
1 parent f4b6e74 commit 0daae30

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on: [ push, pull_request ]
55
jobs:
66
tests:
77
name: Tests PHP ${{ matrix.php }}
8+
runs-on: ubuntu-latest
89
strategy:
10+
fail-fast: false
911
matrix:
10-
operating-system: [ ubuntu-latest ]
11-
php-versions: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
12+
php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ]
1213

1314
steps:
1415
- name: Checkout

0 commit comments

Comments
 (0)